Hugging Face
Models
Datasets
Spaces
Community
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
fbd437d
·
verified
·
1 Parent(s):
998915d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -129,4 +129,4 @@ demo = gr.Interface(
129
)
130
131
demo.queue()
132
-
demo.launch(
auth=("demouser", os.getenv('PASSWD'
)
))
129
)
130
131
demo.queue()
132
+
demo.launch()