ZELEFACK commited on
Commit
d6f4805
·
1 Parent(s): 304f142

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -20,8 +20,7 @@ def classify_image(inp):
20
 
21
 
22
  image = gr.inputs.Image(shape=(224, 224))
23
- label = gr.outputs.Label()
24
 
25
  gr.Interface(
26
- fn=classify_image, inputs=image, outputs=label, interpretation="default"
27
  ).launch()
 
20
 
21
 
22
  image = gr.inputs.Image(shape=(224, 224))
 
23
 
24
  gr.Interface(
25
+ fn=classify_image, inputs=image, outputs="text"
26
  ).launch()