Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pgurazada1
/
RAG-evaluation
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
pgurazada1
commited on
Jul 8, 2024
Commit
2ddd7ee
·
verified
·
1 Parent(s):
870e723
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'
)
))