Try 0.0.0.0?
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ import gradio as gr
|
|
| 7 |
import time
|
| 8 |
|
| 9 |
PORT = 7860
|
| 10 |
-
HOST = "
|
| 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 |
|