Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -745,4 +745,4 @@ if __name__ == "__main__":
|
|
745 |
demo.queue()
|
746 |
# Launch with show_api=False and share=True to avoid the "bool is not iterable" error
|
747 |
# and the "ValueError: When localhost is not accessible..." error.
|
748 |
-
demo.launch(show_api=False, share=True, server_name="0.0.0.0")
|
|
|
745 |
demo.queue()
|
746 |
# Launch with show_api=False and share=True to avoid the "bool is not iterable" error
|
747 |
# and the "ValueError: When localhost is not accessible..." error.
|
748 |
+
demo.launch(show_api=False, share=True, server_name="0.0.0.0", mcp_server=True)
|