Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mayankchugh-learning
/
RAG-investment-recommendation-system
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
mayankchugh-learning
commited on
Jun 13, 2024
Commit
5c29f08
·
verified
·
1 Parent(s):
4317be9
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -172,4 +172,4 @@ demo.launch()
172
173
174
demo.queue()
175
-
demo.launch()
172
173
174
demo.queue()
175
+
demo.launch(
auth=("demouser", os.getenv('PASSWD'
)
))