Horus7 commited on
Commit
2dfea56
1 Parent(s): f2e020b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -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