diff --git a/app.py b/app.py index 918931f..8f75faf 100644 --- a/app.py +++ b/app.py @@ -53,4 +53,4 @@ gr.Interface( article=article, examples=examples, theme=theme, -).launch(debug=True, enable_queue=True) +).launch(debug=True, enable_queue=True, server_name = "0.0.0.0")