Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ThirdEyeData
/
TagDiciphering
like
2
Configuration error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
saritha5
commited on
Jan 11, 2023
Commit
45f9c2d
·
1 Parent(s):
f323f03
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -101,7 +101,7 @@ def prediction(image_path):
101
ax[1].imshow(image_np,aspect='auto');
102
103
104
-
return objects,
ax
105
106
107
101
ax[1].imshow(image_np,aspect='auto');
102
103
104
+
return objects,
image_np
105
106
107