Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
jameslahm/YOLOv10
gradio
/
YOLOv10-webcam-stream
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
jameslahm
commited on
Jun 1, 2024
Commit
9e422c2
·
verified
·
1 Parent(s):
ca6f6f0
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -19,7 +19,6 @@ def predict_image(img, model_id, image_size, conf_threshold):
19
20
return im
21
22
-
23
def app():
24
with gr.Blocks():
25
with gr.Row():
19
20
return im
21
22
def app():
23
with gr.Blocks():
24
with gr.Row():