zerhero commited on
Commit
3cee4b5
1 Parent(s): 3a37af7

change to non-stream

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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: