Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Horus7
/
Horus7-kaduce
like
0
Sleeping
App
Files
Files
Community
Horus7
commited on
Jun 13, 2023
Commit
2dfea56
•
1 Parent(s):
f2e020b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -33,7 +33,7 @@ def detect(img):
33
os.system("tar -zxvf examples.tar.gz")
34
35
36
-
input = gr.inputs.Image(shape=(100))
37
38
39
33
os.system("tar -zxvf examples.tar.gz")
34
35
36
+
input = gr.inputs.Image(shape=(100
,100
))
37
38
39