Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
from huggingface_hub import hf_hub_download
|
| 3 |
|
| 4 |
-
REPO_ID = "ecroatt
|
| 5 |
|
| 6 |
# ββ download helper + model files once per Space startup ββββββββββββββ
|
| 7 |
for filename in ["inference.py",
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
from huggingface_hub import hf_hub_download
|
| 3 |
|
| 4 |
+
REPO_ID = "ecroatt/imdb-bilstm-sentiment" # β your model repo
|
| 5 |
|
| 6 |
# ββ download helper + model files once per Space startup ββββββββββββββ
|
| 7 |
for filename in ["inference.py",
|