Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -136,7 +136,8 @@ interface = gr.Interface(
|
|
| 136 |
7, # CFG Scale
|
| 137 |
|
| 138 |
]
|
| 139 |
-
)
|
|
|
|
| 140 |
|
| 141 |
# Pre-load the model to avoid multiprocessing issues
|
| 142 |
model, model_config = load_model()
|
|
|
|
| 136 |
7, # CFG Scale
|
| 137 |
|
| 138 |
]
|
| 139 |
+
])
|
| 140 |
+
|
| 141 |
|
| 142 |
# Pre-load the model to avoid multiprocessing issues
|
| 143 |
model, model_config = load_model()
|