Update app.py
Browse files
app.py
CHANGED
|
@@ -23,6 +23,6 @@ label = gr.outputs.Label()
|
|
| 23 |
|
| 24 |
#examples = ['cheetah.jpg','leopard.jpg','img.jpg']
|
| 25 |
|
| 26 |
-
|
| 27 |
|
| 28 |
intf.launch()
|
|
|
|
| 23 |
|
| 24 |
#examples = ['cheetah.jpg','leopard.jpg','img.jpg']
|
| 25 |
|
| 26 |
+
intf = gr.Interface(fn = classify_img, inputs=image,outputs=label,examples = examples)
|
| 27 |
|
| 28 |
intf.launch()
|