samir-fama commited on
Commit
80aac39
·
verified ·
1 Parent(s): 9890773

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -429,7 +429,7 @@ with gr.Blocks(head=js_to_prefere_the_back_camera_of_mobilephones()) as demo:
429
  mirror_webcam=False
430
  )
431
  # Associar o slider ao layout
432
- resize_factor_input = gr.Slider(minimum=0.1, maximum=3.0, step=0.1, value=1.0, label="Fator de Redimensionamento")
433
  with gr.Column():
434
  # Caixa de texto para saída
435
  output_text = gr.Textbox(
 
429
  mirror_webcam=False
430
  )
431
  # Associar o slider ao layout
432
+ resize_factor_input = gr.Slider(minimum=0.1, maximum=1.1, step=0.01, value=1.0, label="Fator de Redimensionamento")
433
  with gr.Column():
434
  # Caixa de texto para saída
435
  output_text = gr.Textbox(