Spaces:
Runtime error
Runtime error
Commit
·
422faf3
1
Parent(s):
301f283
Update app.py
Browse files
app.py
CHANGED
@@ -145,6 +145,6 @@ demo = gr.Interface(
|
|
145 |
fn=generate,
|
146 |
inputs=[gr.Textbox(label="Title"), gr.Textbox(label="Abstract")],
|
147 |
outputs=[gr.Textbox(label="Keyphrases"), gr.Textbox(label="Keyphrase Elaboration"), gr.Textbox(label="Plain Language Summary")],
|
148 |
-
).launch(
|
|
|
149 |
|
150 |
-
print('after launch') # now executes
|
|
|
145 |
fn=generate,
|
146 |
inputs=[gr.Textbox(label="Title"), gr.Textbox(label="Abstract")],
|
147 |
outputs=[gr.Textbox(label="Keyphrases"), gr.Textbox(label="Keyphrase Elaboration"), gr.Textbox(label="Plain Language Summary")],
|
148 |
+
).launch()
|
149 |
+
|
150 |
|
|