Carlexx commited on
Commit
4d859dc
Β·
verified Β·
1 Parent(s): d5d56ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, 100, 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)")
 
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)")