Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -13,8 +13,8 @@ demo = gr.Interface(
|
|
13 |
fn=generate_summary,
|
14 |
inputs=gr.File(),
|
15 |
outputs="text",
|
16 |
-
live=
|
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)
|