Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -37,8 +37,8 @@ interface = gr.Interface(
|
|
37 |
fn=converter_imagens,
|
38 |
inputs=[
|
39 |
gr.Files(type="filepath", label="Carregar Imagens"),
|
40 |
-
gr.Number(label="Altura Máxima (px)", value=100, precision=0),
|
41 |
-
gr.Number(label="Largura Máxima (px)", value=200, precision=0)
|
42 |
],
|
43 |
outputs=gr.Files(label="Imagens Convertidas"),
|
44 |
title="Conversor de Imagens para .webp",
|
|
|
37 |
fn=converter_imagens,
|
38 |
inputs=[
|
39 |
gr.Files(type="filepath", label="Carregar Imagens"),
|
40 |
+
gr.Number(label="Altura Máxima (px) Max Height", value=100, precision=0),
|
41 |
+
gr.Number(label="Largura Máxima (px) Max Width", value=200, precision=0)
|
42 |
],
|
43 |
outputs=gr.Files(label="Imagens Convertidas"),
|
44 |
title="Conversor de Imagens para .webp",
|