Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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",
|
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"),
|