inoculatemedia commited on
Commit
04009c5
·
verified ·
1 Parent(s): f3bb045

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -8,7 +8,7 @@ mcpServers = {
8
  "url": "https://inoculatemedia/SanaSprint.hf.space/gradio_api/mcp/sse"
9
  },
10
  "gradio": {
11
- "url": "https://ysharma/Dia-1.6B.hf.space/gradio_a[i/mcp/sse"
12
  }
13
  }
14
 
@@ -107,4 +107,4 @@ with gr.Blocks() as demo:
107
  tts_interface.render()
108
 
109
  # Launch the Gradio app
110
- demo.launch(show_error=True, mcp_server=True, api=True)
 
8
  "url": "https://inoculatemedia/SanaSprint.hf.space/gradio_api/mcp/sse"
9
  },
10
  "gradio": {
11
+ "url": "https://ysharma/Dia-1.6B.hf.space/gradio_api/mcp/sse"
12
  }
13
  }
14
 
 
107
  tts_interface.render()
108
 
109
  # Launch the Gradio app
110
+ demo.launch(show_error=True, show_mcp_server=True, show_api=True)