Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -59,4 +59,4 @@ iface = gr.Interface(image_classifier,inputs = gr.Image(shape=(224, 224)),output
|
|
59 |
# #inputs=gr.Textbox(lines=2, placeholder="Name Here..."),
|
60 |
# outputs="text",
|
61 |
#)
|
62 |
-
iface.launch()
|
|
|
59 |
# #inputs=gr.Textbox(lines=2, placeholder="Name Here..."),
|
60 |
# outputs="text",
|
61 |
#)
|
62 |
+
iface.launch(inline = False)
|