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
5286693
·
verified
·
1 Parent(s):
63fb472
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-2
app.py
CHANGED
Viewed
@@ -315,6 +315,5 @@ with gr.Blocks() as demo:
315
316
if __name__ == "__main__":
317
demo.launch(
318
-
mcp_server=True
,
319
-
root_path="/"
320
)
315
316
if __name__ == "__main__":
317
demo.launch(
318
+
mcp_server=True
319
)