Changchoichang2104 commited on
Commit
3067776
1 Parent(s): 3f76157

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,6 +34,6 @@ label = Label()
34
  example = ['dog.jpeg']
35
 
36
 
37
- intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
38
 
39
  intf.launch(share=True)
 
34
  example = ['dog.jpeg']
35
 
36
 
37
+ intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=example)
38
 
39
  intf.launch(share=True)