Spaces:
Runtime error
Runtime error
Commit
·
3c58a87
1
Parent(s):
e4349f5
Update app.py
Browse files
app.py
CHANGED
@@ -140,7 +140,6 @@ demo = gr.Interface(
|
|
140 |
inputs=[gr.Textbox(label="Title"), gr.Textbox(label="Abstract")],
|
141 |
outputs=[gr.Textbox(label="Keyphrases"), gr.Textbox(label="Keyphrase Elaboration"), gr.Textbox(label="Plain Language Summary")],
|
142 |
)
|
143 |
-
demo.queue()
|
144 |
demo.launch()
|
145 |
|
146 |
|
|
|
140 |
inputs=[gr.Textbox(label="Title"), gr.Textbox(label="Abstract")],
|
141 |
outputs=[gr.Textbox(label="Keyphrases"), gr.Textbox(label="Keyphrase Elaboration"), gr.Textbox(label="Plain Language Summary")],
|
142 |
)
|
|
|
143 |
demo.launch()
|
144 |
|
145 |
|