Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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/
|
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,
|
|
|
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)
|