Sirus1 commited on
Commit
74f9027
·
1 Parent(s): af8d720

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -158,4 +158,4 @@ with gr.Blocks() as demo:
158
  )
159
 
160
  #参数share=True会产生一个公开网页,别人可以通过访问该网页使用你的模型,前提是你需要正在运行这段代码(将自己的电脑当作服务器)
161
- demo.launch(share=True)
 
158
  )
159
 
160
  #参数share=True会产生一个公开网页,别人可以通过访问该网页使用你的模型,前提是你需要正在运行这段代码(将自己的电脑当作服务器)
161
+ demo.launch()