Ericahooooo commited on
Commit
ff9e6f0
·
verified ·
1 Parent(s): d165430

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,8 +13,8 @@ demo = gr.Interface(
13
  fn=generate_summary,
14
  inputs=gr.File(),
15
  outputs="text",
16
- live=True
17
  )
18
 
19
  # 启动应用
20
- demo.launch()
 
13
  fn=generate_summary,
14
  inputs=gr.File(),
15
  outputs="text",
16
+ live=False
17
  )
18
 
19
  # 启动应用
20
+ demo.launch(share=True)