diff --git a/app.py b/app.py index b3e2e61..ef4a42e 100644 --- a/app.py +++ b/app.py @@ -31,4 +31,4 @@ demo = gr.Interface(fn=image_classification, if __name__ == "__main__": demo.queue(concurrency_count=10) - demo.launch() + demo.launch(server_name = "0.0.0.0")