Spaces:
Running
on
A10G
Running
on
A10G
Update app.py
Browse files
app.py
CHANGED
@@ -384,4 +384,4 @@ document.addEventListener('DOMContentLoaded', function() {
|
|
384 |
outputs=[text_input, audio_output, info_output],
|
385 |
)
|
386 |
|
387 |
-
demo.launch()
|
|
|
384 |
outputs=[text_input, audio_output, info_output],
|
385 |
)
|
386 |
|
387 |
+
demo.launch(mcp_server=True)
|