marcsaouda commited on
Commit
fc5c218
·
verified ·
1 Parent(s): e66a837

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ gr.Interface(
23
 
24
  inputs=gr.Image(label="Upload image", type="filepath"),
25
 
26
- outputs=gr.Laebl(num_top_classes=2),
27
 
28
  title="Hotdog or Not Hotdog?"
29
 
 
23
 
24
  inputs=gr.Image(label="Upload image", type="filepath"),
25
 
26
+ outputs=gr.Label(num_top_classes=2),
27
 
28
  title="Hotdog or Not Hotdog?"
29