aifeifei798 commited on
Commit
37905fc
·
verified ·
1 Parent(s): 6bfe38d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -7
app.py CHANGED
@@ -208,10 +208,4 @@ with gr.Blocks(
208
  # Launch the app
209
  if __name__ == "__main__":
210
  print("Starting Gradio interface...")
211
- demo.launch(
212
- server_name="0.0.0.0",
213
- server_port=7860,
214
- share=False, # Set to True if you want to create a public link
215
- show_error=True,
216
- favicon_path=None
217
- )
 
208
  # Launch the app
209
  if __name__ == "__main__":
210
  print("Starting Gradio interface...")
211
+ demo.launch(mcp_server=True)