Spaces:
Runtime error
Runtime error
change to non-stream
Browse files
app.py
CHANGED
@@ -178,6 +178,7 @@ SD_GEN: GuiSD = GuiSD(
|
|
178 |
task_stablepy=task_stablepy,
|
179 |
lora_model_list=lora_model_list,
|
180 |
embed_list=embed_list,
|
|
|
181 |
)
|
182 |
|
183 |
with open("app.css", "r") as f:
|
|
|
178 |
task_stablepy=task_stablepy,
|
179 |
lora_model_list=lora_model_list,
|
180 |
embed_list=embed_list,
|
181 |
+
stream=False
|
182 |
)
|
183 |
|
184 |
with open("app.css", "r") as f:
|