Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bstraehle
/
advanced-rag
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bstraehle
commited on
May 25
Commit
4857958
·
verified
·
1 Parent(s):
24fed8d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -97,4 +97,4 @@ demo = gr.Interface(
97
description = os.environ["DESCRIPTION"]
98
)
99
100
-
demo.launch()
97
description = os.environ["DESCRIPTION"]
98
)
99
100
+
demo.launch(
mcp_server=True
)