Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -96,7 +96,6 @@ def add_extra_model_paths() -> None:
|
|
96 |
# from extra_config import load_extra_path_config
|
97 |
|
98 |
extra_model_paths = find_path("extra_model_paths.yaml")
|
99 |
-
-
|
100 |
if extra_model_paths is not None:
|
101 |
load_extra_path_config(extra_model_paths)
|
102 |
else:
|
|
|
96 |
# from extra_config import load_extra_path_config
|
97 |
|
98 |
extra_model_paths = find_path("extra_model_paths.yaml")
|
|
|
99 |
if extra_model_paths is not None:
|
100 |
load_extra_path_config(extra_model_paths)
|
101 |
else:
|