Spaces:
Runtime error
Runtime error
Share
Browse files
app.py
CHANGED
@@ -66,4 +66,4 @@ def checkPaper(publication_name):
|
|
66 |
import gradio as gr
|
67 |
|
68 |
demo = gr.Interface(fn=checkPaper, inputs="text", outputs="text")
|
69 |
-
demo.launch()
|
|
|
66 |
import gradio as gr
|
67 |
|
68 |
demo = gr.Interface(fn=checkPaper, inputs="text", outputs="text")
|
69 |
+
demo.launch(share=True)
|