Spaces:
Running
Running
Update app.py
Browse files
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(
|
|
|
28 |
inputs=gr.Textbox(lines=2, placeholder="Enter arXiv link here..."),
|
29 |
outputs="text")
|
30 |
|
31 |
+
interface.launch()
|