Spaces:
Runtime error
Runtime error
Gagan Bhatia
commited on
Commit
·
d005ddf
1
Parent(s):
108d891
Update model.py
Browse files- src/models/model.py +2 -0
src/models/model.py
CHANGED
@@ -566,3 +566,5 @@ class Summarization:
|
|
566 |
use_auth_token=token,
|
567 |
git_email=f"{hf_username}@users.noreply.huggingface.co",
|
568 |
git_user=hf_username,
|
|
|
|
|
|
566 |
use_auth_token=token,
|
567 |
git_email=f"{hf_username}@users.noreply.huggingface.co",
|
568 |
git_user=hf_username,
|
569 |
+
)
|
570 |
+
|