plutosss commited on
Commit
1dc7677
·
verified ·
1 Parent(s): 0a78718

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -378,7 +378,8 @@ if __name__ == '__main__':
378
  )
379
 
380
  # 启动 Gradio 应用
381
- iface.launch()
 
382
 
383
 
384
 
 
378
  )
379
 
380
  # 启动 Gradio 应用
381
+ iface.launch(share=True)
382
+
383
 
384
 
385