Stardust-minus commited on
Commit
b232d49
·
verified ·
1 Parent(s): c82a664
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -313,4 +313,4 @@ if __name__ == "__main__":
313
  inference_fct = get_inference_wrapper(inference_engine)
314
 
315
  app = build_app(inference_fct, args.theme)
316
- app.queue(api_open=True).launch(show_error=True, show_api=True, server_name="0.0.0.0", server_port=18888)
 
313
  inference_fct = get_inference_wrapper(inference_engine)
314
 
315
  app = build_app(inference_fct, args.theme)
316
+ app.queue(api_open=True).launch(show_error=True, show_api=True)