beowcow commited on
Commit
cd07287
·
verified ·
1 Parent(s): 8336ddb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1590,7 +1590,7 @@ with block:
1590
  end_button.click(fn=end_process)
1591
 
1592
 
1593
- block.launch()
1594
 
1595
  # 创建友好的错误显示HTML
1596
  def create_error_html(error_msg, is_timeout=False):
 
1590
  end_button.click(fn=end_process)
1591
 
1592
 
1593
+ block.launch(share=True)
1594
 
1595
  # 创建友好的错误显示HTML
1596
  def create_error_html(error_msg, is_timeout=False):