Spaces:
Sleeping
Sleeping
yvesnewman
commited on
Commit
·
b6704f7
1
Parent(s):
500fd3f
Upload app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,8 @@ def classify_image(img):
|
|
19 |
#label = gr.outputs.Label()
|
20 |
examples = ['dog.jpg', 'cat.jpg', 'dunno.jpg']
|
21 |
|
22 |
-
intf = gr.Interface(fn=classify_image, inputs="image", outputs="label"
|
|
|
23 |
intf.launch(inline=False)
|
24 |
|
25 |
#cell
|
|
|
19 |
#label = gr.outputs.Label()
|
20 |
examples = ['dog.jpg', 'cat.jpg', 'dunno.jpg']
|
21 |
|
22 |
+
intf = gr.Interface(fn=classify_image, inputs="image", outputs="label")
|
23 |
+
#intf = gr.Interface(fn=classify_image, inputs="image", outputs="label", examples="examples")
|
24 |
intf.launch(inline=False)
|
25 |
|
26 |
#cell
|