Spaces:
Runtime error
Runtime error
dsad
Browse files
app.py
CHANGED
@@ -25,4 +25,4 @@ image = gr.inputs.Image(shape=(192, 192))
|
|
25 |
label = gr.outputs.Label()
|
26 |
examples = ['grizzly.jpg', 'black.jpg', 'teddy.jpg']
|
27 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
28 |
-
intf.launch(
|
|
|
25 |
label = gr.outputs.Label()
|
26 |
examples = ['grizzly.jpg', 'black.jpg', 'teddy.jpg']
|
27 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
28 |
+
intf.launch()
|