hiraltalsaniya commited on
Commit
f28c40f
1 Parent(s): 9bcc172

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
  from huggingface_hub import hf_hub_download
4
  from PIL import Image
5
 
6
- REPO_ID = "hiraltalsaniya/YOLOv7"
7
  FILENAME = "best.pt"
8
 
9
 
 
3
  from huggingface_hub import hf_hub_download
4
  from PIL import Image
5
 
6
+ REPO_ID = "owaiskha9654/Yolov7_Custom_Object_Detection"
7
  FILENAME = "best.pt"
8
 
9