Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
UNEEDCOMMS
/
ChatInsight
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Jake-seong
commited on
May 20, 2025
Commit
63fb472
·
verified
·
1 Parent(s):
9239acc
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -315,5 +315,6 @@ with gr.Blocks() as demo:
315
316
if __name__ == "__main__":
317
demo.launch(
318
-
mcp_server=True
319
)
315
316
if __name__ == "__main__":
317
demo.launch(
318
+
mcp_server=True
,
319
+
root_path="/"
320
)