Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bstraehle
/
rag
like
7
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bstraehle
commited on
16 days ago
Commit
32c801c
·
verified
·
1 Parent(s):
71acf04
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -111,4 +111,4 @@ demo = gr.Interface(
111
cache_examples = False
112
)
113
114
-
demo.launch()
111
cache_examples = False
112
)
113
114
+
demo.launch(
mcp_server=True
)