Spaces:
Running
on
L4
Running
on
L4
fix port
Browse files
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
|
|
|
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)
|