removing Share
Browse files
app.py
CHANGED
|
@@ -18,4 +18,4 @@ label = gr.outputs.Label()
|
|
| 18 |
examples = ["dog.jpg", "cat.jpg", "dunno.jpg"]
|
| 19 |
|
| 20 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples, enable_queue=True)
|
| 21 |
-
intf.launch(
|
|
|
|
| 18 |
examples = ["dog.jpg", "cat.jpg", "dunno.jpg"]
|
| 19 |
|
| 20 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples, enable_queue=True)
|
| 21 |
+
intf.launch()
|