Spaces:
Running
on
Zero
Running
on
Zero
3.2
Browse files
app.py
CHANGED
|
@@ -536,7 +536,7 @@ with gr.Blocks(js=js) as app:
|
|
| 536 |
input_image_debug=gr.Image(type="pil", label="Image Debug")
|
| 537 |
end_image_debug=gr.Image(type="pil", label="End Image Debug")
|
| 538 |
total_second_length_debug=gr.Slider(label="Duration Debug", minimum=1, maximum=120, value=5, step=0.1)
|
| 539 |
-
factor_debug=gr.Slider(label="Factor Debug", minimum=1, maximum=100, value=3.
|
| 540 |
allocation_time_debug=gr.Slider(label="Allocation Debug", minimum=1, maximum=1200, value=660, step=1)
|
| 541 |
information_debug = gr.HTML(value = "")
|
| 542 |
gr.Examples(
|
|
|
|
| 536 |
input_image_debug=gr.Image(type="pil", label="Image Debug")
|
| 537 |
end_image_debug=gr.Image(type="pil", label="End Image Debug")
|
| 538 |
total_second_length_debug=gr.Slider(label="Duration Debug", minimum=1, maximum=120, value=5, step=0.1)
|
| 539 |
+
factor_debug=gr.Slider(label="Factor Debug", minimum=1, maximum=100, value=3.2, step=0.1)
|
| 540 |
allocation_time_debug=gr.Slider(label="Allocation Debug", minimum=1, maximum=1200, value=660, step=1)
|
| 541 |
information_debug = gr.HTML(value = "")
|
| 542 |
gr.Examples(
|