Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
mayankchugh-learning
/
RAG-Finsights-Grey-for-Effective-Information-Retrieval
like
0
Running
App
Files
Files
Community
mayankchugh-learning
commited on
Jun 19
Commit
e046992
•
1 Parent(s):
06a19ea
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -198,4 +198,4 @@ with gr.Blocks(theme="gradio/seafoam@>=0.0.1,<0.1.0") as demo:
198
)
199
200
demo.queue()
201
-
demo.launch()
198
)
199
200
demo.queue()
201
+
demo.launch(
auth=("demouser", os.getenv('PASSWD'
)
))