tdnathmlenthusiast commited on
Commit
7cc2983
1 Parent(s): 616e5e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,4 +32,4 @@ examples = [
32
 
33
  iface = gr.Interface(fn=food_item_names, inputs=image,
34
  outputs=label, examples=examples)
35
- iface.launch(inline=False, share=True)
 
32
 
33
  iface = gr.Interface(fn=food_item_names, inputs=image,
34
  outputs=label, examples=examples)
35
+ iface.launch(inline=True)