Spaces:
Runtime error
Runtime error
AradhyaAlva
commited on
Commit
·
3619e4c
1
Parent(s):
7051317
a1
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ if not hf_token:
|
|
24 |
|
25 |
# Log in with the token
|
26 |
print("Logging in to Hugging Face...")
|
27 |
-
login(token=hf_token)
|
28 |
print("Login successful!")
|
29 |
|
30 |
class ModelInterface:
|
|
|
24 |
|
25 |
# Log in with the token
|
26 |
print("Logging in to Hugging Face...")
|
27 |
+
login(token=hf_token, add_to_git_credential=True)
|
28 |
print("Login successful!")
|
29 |
|
30 |
class ModelInterface:
|