Spaces:
Runtime error
Runtime error
BoukamchaSmartVisions
commited on
Commit
•
dce1749
1
Parent(s):
a8b7262
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from huggingface_hub import hf_hub_download
|
|
6 |
|
7 |
|
8 |
def download_models(model_id):
|
9 |
-
hf_hub_download("
|
10 |
return f"./{model_id}"
|
11 |
|
12 |
box_annotator = sv.BoxAnnotator()
|
@@ -149,7 +149,7 @@ with gradio_app:
|
|
149 |
"""
|
150 |
<h3 style='text-align: center'>
|
151 |
Follow me for more!
|
152 |
-
<a href='https://
|
153 |
</h3>
|
154 |
""")
|
155 |
with gr.Row():
|
|
|
6 |
|
7 |
|
8 |
def download_models(model_id):
|
9 |
+
hf_hub_download("BoukamchaSmartVisions/Yolov10", filename=f"{model_id}", local_dir=f"./")
|
10 |
return f"./{model_id}"
|
11 |
|
12 |
box_annotator = sv.BoxAnnotator()
|
|
|
149 |
"""
|
150 |
<h3 style='text-align: center'>
|
151 |
Follow me for more!
|
152 |
+
<a href='https://github.com/hamdiboukamcha/' target='_blank'>Github</a> | <a href='https://www.linkedin.com/in/hamdi-boukamcha-437830146/' target='_blank'>Linkedin</a> | <a href='https://huggingface.co/BoukamchaSmartVisions' target='_blank'>HuggingFace</a>
|
153 |
</h3>
|
154 |
""")
|
155 |
with gr.Row():
|