GameHasNoGame commited on
Commit
4c76fe7
·
verified ·
1 Parent(s): 566023b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,4 +21,4 @@ def predict_image(img):
21
 
22
  intrfce = gr.Interface(fn=predict_image,
23
  inputs=gr.Image(type="pil"),
24
- outputs=gr.Label(num_top_classes=3)).launch()
 
21
 
22
  intrfce = gr.Interface(fn=predict_image,
23
  inputs=gr.Image(type="pil"),
24
+ outputs=gr.Label()).launch()