Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AITECHPRODUCTS
/
Oil-Flow-Chatbot
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
naughtondale
commited on
Aug 14, 2023
Commit
b15fc92
·
1 Parent(s):
7398bb2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -55,4 +55,4 @@ iface = gr.Interface(
55
"""
56
)
57
58
-
iface.launch()
55
"""
56
)
57
58
+
iface.launch(
auth=(os.environ['USERNAME1'],os.environ['PASSWORD1']
)
)