LPX55 commited on
Commit
a280553
·
verified ·
1 Parent(s): 4673a75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -104,7 +104,7 @@ with gr.Blocks() as demo:
104
  with gr.Column():
105
 
106
  image_input = gr.Image(label="Input Grid Image", type="pil")
107
- preview_image = gr.Image(label="Preview GIF Frame")
108
  with gr.Column():
109
  with gr.Row():
110
  grid_cols_input = gr.Slider(1, 10, value=2, step=1, label="Grid Columns")
@@ -116,6 +116,8 @@ with gr.Blocks() as demo:
116
  with gr.Row():
117
  gif_button = gr.Button("Create GIF")
118
  zip_button = gr.Button("Create Zip File")
 
 
119
  with gr.Row():
120
  gif_output = gr.File(label="Download GIF")
121
  zip_output = gr.File(label="Download Zip File")
 
104
  with gr.Column():
105
 
106
  image_input = gr.Image(label="Input Grid Image", type="pil")
107
+
108
  with gr.Column():
109
  with gr.Row():
110
  grid_cols_input = gr.Slider(1, 10, value=2, step=1, label="Grid Columns")
 
116
  with gr.Row():
117
  gif_button = gr.Button("Create GIF")
118
  zip_button = gr.Button("Create Zip File")
119
+ with gr.Row():
120
+ preview_image = gr.Image(label="Preview GIF")
121
  with gr.Row():
122
  gif_output = gr.File(label="Download GIF")
123
  zip_output = gr.File(label="Download Zip File")