Spaces:
Runtime error
Runtime error
Update app.py
Browse filesmcp server enabled
app.py
CHANGED
@@ -37,4 +37,4 @@ def run_gradio():
|
|
37 |
|
38 |
btn.click(fn=transcribe_and_analyze, inputs=audio, outputs=[transcript, word_count, char_count])
|
39 |
|
40 |
-
demo.launch(server_name="0.0.0.0", server_port=7860, share=True)
|
|
|
37 |
|
38 |
btn.click(fn=transcribe_and_analyze, inputs=audio, outputs=[transcript, word_count, char_count])
|
39 |
|
40 |
+
demo.launch(server_name="0.0.0.0", server_port=7860, share=True, mcp_server=True)
|