naughtondale commited on
Commit
5e2b08e
1 Parent(s): 3a8b80c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,5 +67,5 @@ iface = gr.Interface(
67
 
68
  Go back to: <a href="https://aitechproducts.com/oil-gas">Oil & Gas Products</a>""")
69
 
70
- iface.launch()
71
 
 
67
 
68
  Go back to: <a href="https://aitechproducts.com/oil-gas">Oil & Gas Products</a>""")
69
 
70
+ iface.launch(auth=(os.environ['USERNAME1'],os.environ['PASSWORD1']))
71