updated app file
Browse files
app.py
CHANGED
|
@@ -535,4 +535,4 @@ def create_gradio_interface():
|
|
| 535 |
|
| 536 |
if __name__ == "__main__":
|
| 537 |
gradio_interface = create_gradio_interface()
|
| 538 |
-
gradio_interface.launch(
|
|
|
|
| 535 |
|
| 536 |
if __name__ == "__main__":
|
| 537 |
gradio_interface = create_gradio_interface()
|
| 538 |
+
gradio_interface.launch(mcp_server=True)
|