rootglitch commited on
Commit
90fd5db
·
1 Parent(s): 8346bd0

Changed output gallery to output_image

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -549,7 +549,7 @@ def create_ui():
549
  ai_image,
550
  prompt
551
  ],
552
- outputs=gallery
553
  )
554
 
555
  return block
 
549
  ai_image,
550
  prompt
551
  ],
552
+ outputs=output_image
553
  )
554
 
555
  return block