shauryaDugar commited on
Commit
a65bfc5
·
1 Parent(s): a5a710b

Removed Security

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(inline=False, auth=('user', 'pass'))
34
 
 
30
  description=description,
31
  theme="dark-seafoam",
32
  allow_flagging="manual")
33
+ iface.launch(inline=False)
34