Linseypass commited on
Commit
422faf3
·
1 Parent(s): 301f283

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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(share = True)
 
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