Spaces:
Sleeping
Sleeping
rmayormartins
commited on
Commit
·
62bf0b8
1
Parent(s):
c067ef5
Subindo arquivos177
Browse files
app.py
CHANGED
@@ -24,11 +24,14 @@ iface = gr.Interface(
|
|
24 |
gr.Image(label="Upload"),
|
25 |
gr.Number(label="Ajusta DPI", value=300)
|
26 |
],
|
27 |
-
outputs=[
|
|
|
|
|
|
|
28 |
title="Conversor DPI",
|
29 |
-
description="
|
30 |
examples=[
|
31 |
-
["example1.
|
32 |
]
|
33 |
)
|
34 |
|
|
|
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="Upload an image (.jpg, .png), adjust DPI",
|
33 |
examples=[
|
34 |
+
["example1.JPG"]
|
35 |
]
|
36 |
)
|
37 |
|