wenjiao commited on
Commit
eedcf9f
1 Parent(s): 35493cf
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ def txt2img_generate(prompt, steps=25, seed=42, guidance_scale=7.5):
102
  elif int(queue_size) <= 4:
103
  return [img, gr.update(visible=True), gr.update(visible=False)]
104
  else:
105
- return [gr.update(visible=True), gr.update(visible=False)]
106
 
107
 
108
  md = """
 
102
  elif int(queue_size) <= 4:
103
  return [img, gr.update(visible=True), gr.update(visible=False)]
104
  else:
105
+ return [img, gr.update(visible=True), gr.update(visible=False)]
106
 
107
 
108
  md = """