Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Raj718
/
mcp-client
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Rajiv Sukhnandan
commited on
May 21, 2025
Commit
50e1f06
·
1 Parent(s):
2f1c93c
try
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -24,5 +24,7 @@ try:
24
)
25
26
demo.launch()
27
finally:
28
mcp_client.close()
24
)
25
26
demo.launch()
27
+
except Exception as e:
28
+
print(e)
29
finally:
30
mcp_client.close()