hodfa840 commited on
Commit
e61d8c7
·
1 Parent(s): 4401b77

fix: remove unsupported launch arguments to fix TypeError

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", share=False, ssr=False)
 
519
 
520
 
521
  if __name__ == "__main__":
522
+ app.launch(server_name="0.0.0.0")