Commit
·
ea7ce9e
1
Parent(s):
72dcd16
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,6 +16,7 @@ models =[
|
|
| 16 |
"lberglund/sweep_quick_0_20231012102921",
|
| 17 |
]
|
| 18 |
|
|
|
|
| 19 |
model_functions = {}
|
| 20 |
model_idx = 1
|
| 21 |
for model_path in models:
|
|
|
|
| 16 |
"lberglund/sweep_quick_0_20231012102921",
|
| 17 |
]
|
| 18 |
|
| 19 |
+
|
| 20 |
model_functions = {}
|
| 21 |
model_idx = 1
|
| 22 |
for model_path in models:
|