Spaces:
Sleeping
Sleeping
ts startup
Browse files- app/main.py +1 -1
app/main.py
CHANGED
|
@@ -140,6 +140,6 @@ if __name__ == "__main__":
|
|
| 140 |
ui.launch(
|
| 141 |
server_name="0.0.0.0",
|
| 142 |
server_port=7860,
|
| 143 |
-
mcp_server=True,
|
| 144 |
show_error=True
|
| 145 |
)
|
|
|
|
| 140 |
ui.launch(
|
| 141 |
server_name="0.0.0.0",
|
| 142 |
server_port=7860,
|
| 143 |
+
# mcp_server=True,
|
| 144 |
show_error=True
|
| 145 |
)
|