Spaces:
Runtime error
Runtime error
Dan Vancea commited on
Commit ·
9818215
1
Parent(s): fc1cec8
Someone forgot to update the model path
Browse files
api.py
CHANGED
|
@@ -43,7 +43,7 @@ loaded_models = {}
|
|
| 43 |
|
| 44 |
|
| 45 |
# Model registry: architecture name -> scale factor -> model file path
|
| 46 |
-
MODEL_PATH = ".
|
| 47 |
MODEL_FILES = {
|
| 48 |
"Average":{
|
| 49 |
2: MODEL_PATH + "average_x2.keras",
|
|
|
|
| 43 |
|
| 44 |
|
| 45 |
# Model registry: architecture name -> scale factor -> model file path
|
| 46 |
+
MODEL_PATH = "./models/"
|
| 47 |
MODEL_FILES = {
|
| 48 |
"Average":{
|
| 49 |
2: MODEL_PATH + "average_x2.keras",
|