Update app.py
Browse files
app.py
CHANGED
|
@@ -211,7 +211,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 211 |
with gr.Accordion(default_lang.get('step1_accordion'), open=True) as step1_accordion:
|
| 212 |
prompt_input = gr.Textbox(label=default_lang.get('prompt_label'), value="A majestic lion walks across the savanna, sits down, and then roars at the setting sun.")
|
| 213 |
with gr.Row():
|
| 214 |
-
num_keyframes_slider = gr.Slider(minimum=3, maximum=
|
| 215 |
duration_per_fragment_slider = gr.Slider(label=default_lang.get('duration_label'), minimum=2.0, maximum=10.0, value=4.0, step=0.1)
|
| 216 |
ref_image_input = gr.File(label=default_lang.get('ref_images_label'), file_count="multiple", file_types=["image"])
|
| 217 |
with gr.Row():
|
|
|
|
| 211 |
with gr.Accordion(default_lang.get('step1_accordion'), open=True) as step1_accordion:
|
| 212 |
prompt_input = gr.Textbox(label=default_lang.get('prompt_label'), value="A majestic lion walks across the savanna, sits down, and then roars at the setting sun.")
|
| 213 |
with gr.Row():
|
| 214 |
+
num_keyframes_slider = gr.Slider(minimum=3, maximum=100, value=3, step=1, label=default_lang.get('keyframes_label'), info="M铆nimo de 3 para a l贸gica do cineasta.")
|
| 215 |
duration_per_fragment_slider = gr.Slider(label=default_lang.get('duration_label'), minimum=2.0, maximum=10.0, value=4.0, step=0.1)
|
| 216 |
ref_image_input = gr.File(label=default_lang.get('ref_images_label'), file_count="multiple", file_types=["image"])
|
| 217 |
with gr.Row():
|