Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
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(
|