Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Alesteba
/
AP_02
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Alesteba
commited on
Apr 17, 2023
Commit
59a07ff
·
1 Parent(s):
1f38e8d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -40,7 +40,7 @@ def predict(img):
40
detection_threshold=0.5
41
)
42
43
-
return
pred_dict
["img"]
44
45
gr.Interface(
46
fn=predict,
40
detection_threshold=0.5
41
)
42
43
+
return
pred_dict_2
["img"]
44
45
gr.Interface(
46
fn=predict,