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