muellerzr HF staff commited on
Commit
7fb3dec
·
1 Parent(s): b0cd937

Try 0.0.0.0?

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import gradio as gr
7
  import time
8
 
9
  PORT = 7860
10
- HOST = "localhost"
11
 
12
  REPO_ID = "muellerzr/bert-base-cased-tpu-accelerate-experiments"
13
 
 
7
  import time
8
 
9
  PORT = 7860
10
+ HOST = "0.0.0.0"
11
 
12
  REPO_ID = "muellerzr/bert-base-cased-tpu-accelerate-experiments"
13