Commit
Β·
1463aae
1
Parent(s):
1882dfb
Clarify login message to specify HuggingFace during user authentication
Browse files
medvqa/competitions/gi-2025/task_1.py
CHANGED
@@ -22,7 +22,7 @@ print("π Subtask 1: Algorithm Development for Question Interpretation and Res
|
|
22 |
print(f"π Analyzing submission repository: {args.repo_id} π")
|
23 |
|
24 |
try:
|
25 |
-
print(f"Logged in as: {whoami()['name']}")
|
26 |
except Exception:
|
27 |
print("β οΈβ οΈ Not logged in to HuggingFace! Please get your login token from https://huggingface.co/settings/tokens π")
|
28 |
login()
|
|
|
22 |
print(f"π Analyzing submission repository: {args.repo_id} π")
|
23 |
|
24 |
try:
|
25 |
+
print(f"Logged in to HuggingFace as: {whoami()['name']}")
|
26 |
except Exception:
|
27 |
print("β οΈβ οΈ Not logged in to HuggingFace! Please get your login token from https://huggingface.co/settings/tokens π")
|
28 |
login()
|