Spaces:
Runtime error
Runtime error
Gagan Bhatia commited on
Commit ·
c0bd5ec
1
Parent(s): 8c9bd43
Update model.py
Browse files- src/models/model.py +1 -0
src/models/model.py
CHANGED
|
@@ -560,3 +560,4 @@ class Summarization:
|
|
| 560 |
token = HfApi().login(username=hf_username, password=hf_password)
|
| 561 |
del hf_password
|
| 562 |
model_url = HfApi().create_repo(token=token, name=model_name, exist_ok=True)
|
|
|
|
|
|
| 560 |
token = HfApi().login(username=hf_username, password=hf_password)
|
| 561 |
del hf_password
|
| 562 |
model_url = HfApi().create_repo(token=token, name=model_name, exist_ok=True)
|
| 563 |
+
model_repo = Repository(
|