Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -214,7 +214,7 @@ def load_and_prepare_model():
|
|
214 |
return pipe
|
215 |
|
216 |
# Preload and compile both models
|
217 |
-
models =
|
218 |
|
219 |
MAX_SEED = np.iinfo(np.int32).max
|
220 |
|
|
|
214 |
return pipe
|
215 |
|
216 |
# Preload and compile both models
|
217 |
+
models = load_and_prepare_model()
|
218 |
|
219 |
MAX_SEED = np.iinfo(np.int32).max
|
220 |
|