Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -339,7 +339,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
339 |
with gr.Row():
|
340 |
with gr.Column(scale=1):
|
341 |
prompt_input = gr.Textbox(label="Ideia Geral (Prompt)")
|
342 |
-
num_fragments_input = gr.Slider(2,
|
343 |
image_input = gr.Image(type="filepath", label=f"Imagem de ReferΓͺncia Principal (serΓ‘ {TARGET_RESOLUTION}x{TARGET_RESOLUTION})")
|
344 |
director_button = gr.Button("βΆοΈ 1. Gerar Roteiro", variant="primary")
|
345 |
with gr.Column(scale=2): storyboard_to_show = gr.JSON(label="Roteiro de Cenas Gerado (em InglΓͺs)")
|
|
|
339 |
with gr.Row():
|
340 |
with gr.Column(scale=1):
|
341 |
prompt_input = gr.Textbox(label="Ideia Geral (Prompt)")
|
342 |
+
num_fragments_input = gr.Slider(2, 5, 4, step=1, label="NΓΊmero de Atos (Keyframes)")
|
343 |
image_input = gr.Image(type="filepath", label=f"Imagem de ReferΓͺncia Principal (serΓ‘ {TARGET_RESOLUTION}x{TARGET_RESOLUTION})")
|
344 |
director_button = gr.Button("βΆοΈ 1. Gerar Roteiro", variant="primary")
|
345 |
with gr.Column(scale=2): storyboard_to_show = gr.JSON(label="Roteiro de Cenas Gerado (em InglΓͺs)")
|