ai-forever commited on
Commit
414188c
·
verified ·
1 Parent(s): a05a6fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -284,10 +284,7 @@ if __name__ == "__main__":
284
 
285
 
286
  with gr.Column():
287
- result = ImageSlider(
288
- interactive=False,
289
- label="Generated Image",
290
- )
291
  # use_as_input_button = gr.Button("Use as Input Image", visible=False)
292
 
293
  # history_gallery = gr.Gallery(label="History", columns=6, object_fit="contain", interactive=False)
 
284
 
285
 
286
  with gr.Column():
287
+ result = gr.Image(type='pil', label='Image Output')
 
 
 
288
  # use_as_input_button = gr.Button("Use as Input Image", visible=False)
289
 
290
  # history_gallery = gr.Gallery(label="History", columns=6, object_fit="contain", interactive=False)