Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,4 +15,4 @@ iface =gr.Interface(
15
 
16
  )
17
 
18
- iface.launch(inline= False,auth=('user','password'),auth_message="check login details sent to you email")
 
15
 
16
  )
17
 
18
+ iface.launch()