hvtham commited on
Commit
d743531
1 Parent(s): 987a220
Files changed (1) hide show
  1. app.py +1 -1
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(share=True)
 
66
  import gradio as gr
67
 
68
  demo = gr.Interface(fn=checkPaper, inputs="text", outputs="text")
69
+ demo.launch(share = True)