multimodalart HF staff commited on
Commit
a9bef22
Β·
verified Β·
1 Parent(s): 7c696fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -148,7 +148,7 @@ with gr.Blocks(css=css) as demo:
148
 
149
  with gr.Column():
150
  with gr.Group(elem_id="group"):
151
- post_generation_image = gr.Image(label="Generated Images")
152
  post_generation_slider = gr.Slider(minimum=-10, maximum=10, value=0, step=1)
153
  with gr.Row():
154
  with gr.Column(scale=4, min_width=50):
 
148
 
149
  with gr.Column():
150
  with gr.Group(elem_id="group"):
151
+ post_generation_image = gr.Image(label="Generated Images", type="filepath")
152
  post_generation_slider = gr.Slider(minimum=-10, maximum=10, value=0, step=1)
153
  with gr.Row():
154
  with gr.Column(scale=4, min_width=50):