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
a7f4fd7
•
1 Parent(s):
1a73eaf
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-2
app.py
CHANGED
Viewed
@@ -190,5 +190,4 @@ with gr.Blocks(theme="gradio/seafoam@>=0.0.1,<0.1.0") as demo:
190
)
191
192
demo.queue()
193
-
demo.launch()
194
-
190
)
191
192
demo.queue()
193
+
demo.launch(
auth=("demouser", os.getenv('PASSWD'
)
))