Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pgurazada1
/
document-qna-chroma-azure
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
pgurazada1
commited on
May 11, 2024
Commit
b6489dc
·
verified
·
1 Parent(s):
852f1ba
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -128,4 +128,4 @@ demo = gr.Interface(
128
)
129
130
demo.queue()
131
-
demo.launch()
128
)
129
130
demo.queue()
131
+
demo.launch(
auth=("demouser", os.getenv('PASSWD'
)
))