VincentGOURBIN commited on
Commit
b6c18a3
Β·
verified Β·
1 Parent(s): d81d0bb

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -549,4 +549,4 @@ if __name__ == "__main__":
549
  print("πŸ“‘ MCP endpoint available at: http://localhost:7860/gradio_api/mcp/sse")
550
  print("🌐 Web interface available at: http://localhost:7860")
551
 
552
- demo.launch(mcp_server=True, show_api=True, share=True, auth=("treso", "bycn"))
 
549
  print("πŸ“‘ MCP endpoint available at: http://localhost:7860/gradio_api/mcp/sse")
550
  print("🌐 Web interface available at: http://localhost:7860")
551
 
552
+ demo.launch(mcp_server=True, show_api=True)