Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mayankchugh-learning
/
Tesla-Report-RAG-ChromaDB
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
mayankchugh-learning
commited on
Jun 10, 2024
Commit
014fdfb
·
verified
·
1 Parent(s):
cd06a3d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -127,4 +127,4 @@ demo = gr.Interface(
127
)
128
129
demo.queue()
130
-
demo.launch()
127
)
128
129
demo.queue()
130
+
demo.launch(
auth=("demouser", os.getenv('PASSWD'
)
))