alexander-potemkin commited on
Commit
5010bfa
·
verified ·
1 Parent(s): 475810c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def generate(prompt, negative_prompt):
24
  num_inference_steps=30,
25
  width=1024,
26
  height=1024,
27
- ).images[0]
28
 
29
 
30
  gr.Interface(
 
24
  num_inference_steps=30,
25
  width=1024,
26
  height=1024,
27
+ ).images
28
 
29
 
30
  gr.Interface(