X-iZhang commited on
Commit
f57f94b
·
verified ·
1 Parent(s): 3e1e6a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -130,6 +130,4 @@ with gr.Blocks() as demo:
130
  )
131
 
132
  if __name__ == "__main__":
133
- # 启动 Gradio 应用
134
- # 将 share 设置为 True 以便在 Hugging Face Spaces 中分享
135
- demo.launch(share=True)
 
130
  )
131
 
132
  if __name__ == "__main__":
133
+ demo.launch()