Spaces:
Sleeping
Sleeping
fix: remove unsupported launch arguments to fix TypeError
Browse files
app.py
CHANGED
|
@@ -519,4 +519,4 @@ with gr.Blocks(title="RetailMind — Self-Healing AI", css=css, theme=gr.themes.
|
|
| 519 |
|
| 520 |
|
| 521 |
if __name__ == "__main__":
|
| 522 |
-
app.launch(server_name="0.0.0.0"
|
|
|
|
| 519 |
|
| 520 |
|
| 521 |
if __name__ == "__main__":
|
| 522 |
+
app.launch(server_name="0.0.0.0")
|