Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
t4ai
/
oneeye
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
t4ai
commited on
Dec 5, 2023
Commit
137f440
·
1 Parent(s):
a8a02e7
Try adding model back
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -98,5 +98,5 @@ img = image_select(
98
)
99
100
# process image through detector
101
-
#
img2 = run_process_show(img)
102
-
st.image(
img
)
98
)
99
100
# process image through detector
101
+
img2 = run_process_show(img)
102
+
st.image(
img2
)