Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -43,4 +43,4 @@ label = gr.outputs.Label()
|
|
| 43 |
examples = ['caterpillar.jpg', 'centipede.jpg', 'millipede.jpg', 'caterpillar-2.jpg']
|
| 44 |
|
| 45 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples, title = title, description = description, article = article)
|
| 46 |
-
intf.launch(
|
|
|
|
| 43 |
examples = ['caterpillar.jpg', 'centipede.jpg', 'millipede.jpg', 'caterpillar-2.jpg']
|
| 44 |
|
| 45 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples, title = title, description = description, article = article)
|
| 46 |
+
intf.launch()
|