shauryaDugar commited on
Commit
2cd3093
·
1 Parent(s): 8f3dcfa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,5 +30,5 @@ iface = gr.Interface(fn,
30
  description=description,
31
  theme="dark-seafoam",
32
  allow_flagging="manual")
33
- iface.launch(share=True)
34
 
 
30
  description=description,
31
  theme="dark-seafoam",
32
  allow_flagging="manual")
33
+ iface.launch(inline=False)
34