Spaces:
Runtime error
Runtime error
chamarak
commited on
Commit
•
5d35886
1
Parent(s):
0bce2af
minor changes
Browse files
app.py
CHANGED
@@ -23,5 +23,4 @@ label = gr.outputs.Label()
|
|
23 |
examples = ['images\pitbull.jpg','images\cat.jpg','images\dog.jpg']
|
24 |
|
25 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
26 |
-
intf.launch(
|
27 |
-
|
|
|
23 |
examples = ['images\pitbull.jpg','images\cat.jpg','images\dog.jpg']
|
24 |
|
25 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
26 |
+
intf.launch()
|
|