Noe831 commited on
Commit
2300746
·
1 Parent(s): 5788e37
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,4 +11,4 @@ def classify_image(img):
11
 
12
 
13
 
14
- intf = gr.Interface(classify_image, gr.Image(), gr.Label(dict(zip(labels, labels))))
 
11
 
12
 
13
 
14
+ intf = gr.Interface(classify_image, inputs="image", outputs="label")