play7284 commited on
Commit
38c787a
·
verified ·
1 Parent(s): 117637e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -170,4 +170,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as app:
170
 
171
  if __name__ == "__main__":
172
  # 启动 Gradio 应用
173
- demo.launch(mcp_server=True)
 
170
 
171
  if __name__ == "__main__":
172
  # 启动 Gradio 应用
173
+ app.launch(mcp_server=True)