atsyplikhin commited on
Commit
3b7161f
1 Parent(s): 111d0ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,6 +22,6 @@ prompt = "RitaT style collage of Stalin with Kefir in outer space, fine details
22
 
23
  iface = gr.Interface(fn=produce_art,
24
  inputs=gr.Textbox(value=prompt),
25
- outputs=gr.Image(shape=(1024, 512))
26
  )
27
  iface.launch()
22
 
23
  iface = gr.Interface(fn=produce_art,
24
  inputs=gr.Textbox(value=prompt),
25
+ outputs=gr.Image(shape=(512, 512))
26
  )
27
  iface.launch()