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