nagolinc commited on
Commit
2219995
1 Parent(s): 1b4e332

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -266,7 +266,7 @@ iface = gr.Interface(
266
  fn=wrapper_func,
267
  inputs=[
268
  gr.components.Image(label="Upload Spritesheet",type='pil'),
269
- gr.components.Textbox(label="Columns per Row", default="3,4,3"),
270
  gr.components.Slider(minimum=10, maximum=1000, step=10, value=100, label="Duration of each frame (ms)"),
271
  ],
272
  outputs=gr.components.Image(type="filepath", label="Generated GIF"),
 
266
  fn=wrapper_func,
267
  inputs=[
268
  gr.components.Image(label="Upload Spritesheet",type='pil'),
269
+ gr.components.Textbox(label="Columns per Row", value="3,4,3"),
270
  gr.components.Slider(minimum=10, maximum=1000, step=10, value=100, label="Duration of each frame (ms)"),
271
  ],
272
  outputs=gr.components.Image(type="filepath", label="Generated GIF"),