Spaces:
Runtime error
Runtime error
Benjamin Bossan
commited on
Commit
·
b0fda72
1
Parent(s):
94e602d
Remove unused variable
Browse files
edit.py
CHANGED
@@ -49,7 +49,6 @@ from tasks import (
|
|
49 |
arepr = reprlib.Repr()
|
50 |
arepr.maxstring = 24
|
51 |
tmp_path = Path(mkdtemp(prefix="skops-")) # temporary files
|
52 |
-
hf_path = Path(mkdtemp(prefix="skops-")) # hf repo
|
53 |
|
54 |
|
55 |
def load_model_card_from_repo(repo_id: str) -> card.Card:
|
|
|
49 |
arepr = reprlib.Repr()
|
50 |
arepr.maxstring = 24
|
51 |
tmp_path = Path(mkdtemp(prefix="skops-")) # temporary files
|
|
|
52 |
|
53 |
|
54 |
def load_model_card_from_repo(repo_id: str) -> card.Card:
|