MathieuTrachino commited on
Commit
4e9af34
·
verified ·
1 Parent(s): 4554164

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,4 +82,4 @@ iface = gr.Interface(
82
  ]
83
  )
84
 
85
- iface.launch(share=True, auth=("admin", "Poly"))
 
82
  ]
83
  )
84
 
85
+ iface.launch(auth=(os.getenv('USERNAME'), os.getenv('PASSWORD')))