Spaces:
Sleeping
Sleeping
commit
Browse files- model_handler.py +1 -1
model_handler.py
CHANGED
|
@@ -6,7 +6,7 @@ import pandas as pd
|
|
| 6 |
from huggingface_hub import HfApi, hf_hub_download
|
| 7 |
|
| 8 |
class ModelHandler:
|
| 9 |
-
def __init__(self, model_infos_path="
|
| 10 |
self.api = HfApi()
|
| 11 |
self.model_infos_path = model_infos_path
|
| 12 |
self.model_infos = self._load_model_infos()
|
|
|
|
| 6 |
from huggingface_hub import HfApi, hf_hub_download
|
| 7 |
|
| 8 |
class ModelHandler:
|
| 9 |
+
def __init__(self, model_infos_path="model_results.json"):
|
| 10 |
self.api = HfApi()
|
| 11 |
self.model_infos_path = model_infos_path
|
| 12 |
self.model_infos = self._load_model_infos()
|