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 5, 2023
Commit
c226b27
·
1 Parent(s):
1a77755
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,
fig
105
106
107
101
ax[1].imshow(image_np,aspect='auto');
102
103
104
+
return objects,
image_np_orignal
105
106
107