Update app.py
Browse files
app.py
CHANGED
@@ -276,4 +276,4 @@ with gr.Blocks() as demo:
|
|
276 |
|
277 |
# Launch the demo
|
278 |
if __name__ == "__main__":
|
279 |
-
demo.launch(ssr_mode=False, mcp_server=
|
|
|
276 |
|
277 |
# Launch the demo
|
278 |
if __name__ == "__main__":
|
279 |
+
demo.launch(ssr_mode=False, mcp_server=True)
|