Spaces:
Sleeping
Sleeping
rmayormartins
commited on
Commit
•
d72d254
1
Parent(s):
1330482
Subindo arquivos533
Browse files
app.py
CHANGED
@@ -24,15 +24,9 @@ iface = gr.Interface(
|
|
24 |
gr.Image(label="Upload"),
|
25 |
gr.Number(label="Ajusta DPI", value=300)
|
26 |
],
|
27 |
-
outputs=
|
28 |
-
gr.Image(label="Final Image"),
|
29 |
-
gr.File(label="Download Final Image")
|
30 |
-
],
|
31 |
title="Conversor DPI",
|
32 |
-
description="
|
33 |
-
examples=[
|
34 |
-
["example1.jpg"]
|
35 |
-
]
|
36 |
)
|
37 |
|
38 |
|
|
|
24 |
gr.Image(label="Upload"),
|
25 |
gr.Number(label="Ajusta DPI", value=300)
|
26 |
],
|
27 |
+
outputs=gr.File(label="Download"),
|
|
|
|
|
|
|
28 |
title="Conversor DPI",
|
29 |
+
description="Faça o upload da imagem (.jpg, .png), ajuste o DPI e submeta"
|
|
|
|
|
|
|
30 |
)
|
31 |
|
32 |
|