Changchoichang2104
commited on
Commit
•
3067776
1
Parent(s):
3f76157
Update app.py
Browse files
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=
|
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)
|