AkinyemiAra commited on
Commit
0a738e7
·
verified ·
1 Parent(s): c6171b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,4 +36,4 @@ with gr.Blocks() as demo:
36
 
37
 
38
  if __name__ == "__main__":
39
- demo.launch(show_api=True, mcp_server=True, show_error=True, share=True, mcp_base_url="http://127.0.0.1:7860")
 
36
 
37
 
38
  if __name__ == "__main__":
39
+ demo.launch(mcp_server=True, show_error=True, share=True)