Spaces:
Sleeping
Sleeping
apple muncy
commited on
Commit
Β·
865b4fb
1
Parent(s):
168ade7
remove logger line in error
Browse filesSigned-off-by: apple muncy <[email protected]>
- mcp_server.py +0 -1
mcp_server.py
CHANGED
@@ -42,7 +42,6 @@ def get_current_tags(repo_id: str) -> str:
|
|
42 |
|
43 |
try:
|
44 |
print(f"π‘ Fetching model info for: {repo_id}")
|
45 |
-
loggerS.info('π‘ MCP Server-Fetching model info for: %', {repo_id})
|
46 |
info = model_info(repo_id=repo_id, token=HF_TOKEN)
|
47 |
current_tags = info.tags if info.tags else []
|
48 |
print(f"π·οΈ Found {len(current_tags)} tags: {current_tags}")
|
|
|
42 |
|
43 |
try:
|
44 |
print(f"π‘ Fetching model info for: {repo_id}")
|
|
|
45 |
info = model_info(repo_id=repo_id, token=HF_TOKEN)
|
46 |
current_tags = info.tags if info.tags else []
|
47 |
print(f"π·οΈ Found {len(current_tags)} tags: {current_tags}")
|