ecroatt commited on
Commit
d65b5f6
Β·
verified Β·
1 Parent(s): e8441ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"/imdb-bilstm-sentiment" # ← your model repo
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",