Spaces:
Sleeping
Sleeping
Saif Gazali
commited on
Commit
·
27116c9
1
Parent(s):
8fd25a5
SSR mode
Browse files
app.py
CHANGED
@@ -31,4 +31,4 @@ demo = gr.Interface(
|
|
31 |
|
32 |
# Launch the interface and MCP server
|
33 |
if __name__ == "__main__":
|
34 |
-
demo.launch(mcp_server=True)
|
|
|
31 |
|
32 |
# Launch the interface and MCP server
|
33 |
if __name__ == "__main__":
|
34 |
+
demo.launch(mcp_server=True,ssr_mode=False)
|