Spaces:
Sleeping
Sleeping
Abyszero
commited on
Commit
·
e624ff3
1
Parent(s):
b45f56d
Update app.py
Browse files
app.py
CHANGED
@@ -24,4 +24,4 @@ label = gr.outputs.Label()
|
|
24 |
examples = ['sheep.PNG', 'chair_diningtable.PNG', 'car_person.PNG']
|
25 |
|
26 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
27 |
-
intf.launch(
|
|
|
24 |
examples = ['sheep.PNG', 'chair_diningtable.PNG', 'car_person.PNG']
|
25 |
|
26 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
27 |
+
intf.launch()
|