gagan3012 commited on
Commit
88238ba
·
1 Parent(s): a687dda

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,4 +28,4 @@ interface = gr.Interface(fn=fetch_bibtex,
28
  inputs=gr.Textbox(lines=2, placeholder="Enter arXiv link here..."),
29
  outputs="text")
30
 
31
- interface.launch(share=True)
 
28
  inputs=gr.Textbox(lines=2, placeholder="Enter arXiv link here..."),
29
  outputs="text")
30
 
31
+ interface.launch()