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
3762f5c
·
verified
·
1 Parent(s):
762fe0c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -317,5 +317,5 @@ if __name__ == "__main__":
317
demo.launch(
318
mcp_server=True,
319
server_name="gradio_api",
320
-
server_port=
"
7860
"
321
)
317
demo.launch(
318
mcp_server=True,
319
server_name="gradio_api",
320
+
server_port=7860
321
)