update iface
Browse files
app.py
CHANGED
@@ -45,4 +45,4 @@ examples = [
|
|
45 |
]
|
46 |
|
47 |
iface = gr.Interface(fn=recognize_image, inputs = image, outputs= label, examples = examples)
|
48 |
-
iface.launch(inline =False
|
|
|
45 |
]
|
46 |
|
47 |
iface = gr.Interface(fn=recognize_image, inputs = image, outputs= label, examples = examples)
|
48 |
+
iface.launch(inline =False)
|