ai-forever commited on
Commit
134c843
β€’
1 Parent(s): 3006d88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -227,7 +227,7 @@ Kandinsky 2.1 was trained on a large-scale image-text dataset LAION HighRes and
227
  grid=[2], height="auto"
228
  )
229
 
230
- ex = gr.Examples(examples=examples, fn=infer, inputs=[text], outputs=gallery, cache_examples=True)
231
  ex.dataset.headers = [""]
232
 
233
  text.submit(infer, inputs=[text, negative], outputs=gallery)
 
227
  grid=[2], height="auto"
228
  )
229
 
230
+ ex = gr.Examples(examples=examples, fn=infer, inputs=[text, negative], outputs=gallery, cache_examples=True)
231
  ex.dataset.headers = [""]
232
 
233
  text.submit(infer, inputs=[text, negative], outputs=gallery)