diff --git a/app.py b/app.py index e0e0a72..9193109 100644 --- a/app.py +++ b/app.py @@ -57,4 +57,4 @@ gr.Interface( description="A simple interface to detect 45 languages.", article=article, theme=theme -).launch() +).launch(server_name= "0.0.0.0")