jiaxinnnnn commited on
Commit
091081b
·
1 Parent(s): b3fb8ff

Changed Repo ID

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import gradio as gr
5
  from huggingface_hub import snapshot_download
6
 
7
  # 1) Change this to your model repo (you already have it)
8
- REPO_ID = "Interior-Style-Classification"
9
  WEIGHTS_FILENAME = "best.pt" # file in your model repo
10
 
11
  def load_model(repo_id: str) -> YOLO:
 
5
  from huggingface_hub import snapshot_download
6
 
7
  # 1) Change this to your model repo (you already have it)
8
+ REPO_ID = "jiaxinnnnn/Interior-Style-Classification"
9
  WEIGHTS_FILENAME = "best.pt" # file in your model repo
10
 
11
  def load_model(repo_id: str) -> YOLO: