rajivmehtapy commited on
Commit
b48f2b7
·
verified ·
1 Parent(s): 7e03324

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,4 +30,4 @@ demo = gr.Interface(
30
  )
31
 
32
  logger.info("Launching Gradio Interface with MCP server mode.")
33
- demo.launch(mcp_server=True)
 
30
  )
31
 
32
  logger.info("Launching Gradio Interface with MCP server mode.")
33
+ demo.launch(mcp_server=True,share=True)