Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -135,7 +135,7 @@ interface = gr.Interface(
|
|
135 |
100, # Number of Diffusion Steps
|
136 |
7, # CFG Scale
|
137 |
|
138 |
-
]
|
139 |
)
|
140 |
|
141 |
# Pre-load the model to avoid multiprocessing issues
|
|
|
135 |
100, # Number of Diffusion Steps
|
136 |
7, # CFG Scale
|
137 |
|
138 |
+
]]
|
139 |
)
|
140 |
|
141 |
# Pre-load the model to avoid multiprocessing issues
|