aqlanhadi commited on
Commit
486832e
·
1 Parent(s): 4d89d7e

added output

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -168,7 +168,8 @@ generator = gr.Interface(
168
  label="Seed",
169
  randomize=True,
170
  )
171
- ]
 
172
  )
173
 
174
  # with gr.Blocks() as blocks:
 
168
  label="Seed",
169
  randomize=True,
170
  )
171
+ ],
172
+ outputs="image"
173
  )
174
 
175
  # with gr.Blocks() as blocks: