Mrudul commited on
Commit
3d236c7
·
1 Parent(s): fc8b349

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)