Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -121,4 +121,4 @@ with gr.Blocks() as demo:
|
|
121 |
autofill_btn = gr.Button("Autofill using arXiv")
|
122 |
autofill_btn.click(update_fields, inputs=[arxiv_box], outputs=[title_box, author_box, abstract_box], concurrency_limit=1)
|
123 |
|
124 |
-
demo.queue(max_size=20).launch(
|
|
|
121 |
autofill_btn = gr.Button("Autofill using arXiv")
|
122 |
autofill_btn.click(update_fields, inputs=[arxiv_box], outputs=[title_box, author_box, abstract_box], concurrency_limit=1)
|
123 |
|
124 |
+
demo.queue(max_size=20).launch()
|