From 33cf08c4ef188ac231f454a909fb4426055ff66e Mon Sep 17 00:00:00 2001 From: jianjiang Date: Fri, 21 Apr 2023 17:26:28 +0800 Subject: [PATCH] ip --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")