Spaces:
Sleeping
Sleeping
rmayormartins
commited on
Commit
•
3d8bca6
1
Parent(s):
f860b6f
Subindo arquivos3
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ pinned: false
|
|
13 |
|
14 |
Faça o upload da imagem, ajuste o dpi e submeta
|
15 |
|
16 |
-
## Versão teste 1 (25/04)
|
17 |
|
18 |
- Ramon Mayor Martins
|
19 |
- E-mail: [rmayormartins@gmail.com](mailto:rmayormartins@gmail.com)
|
|
|
13 |
|
14 |
Faça o upload da imagem, ajuste o dpi e submeta
|
15 |
|
16 |
+
## Versão teste 1 (25/04), atualizado (13/05/2024)
|
17 |
|
18 |
- Ramon Mayor Martins
|
19 |
- E-mail: [rmayormartins@gmail.com](mailto:rmayormartins@gmail.com)
|
app.py
CHANGED
@@ -17,7 +17,7 @@ def muda_dpi(input_image, dpi):
|
|
17 |
|
18 |
return temp_file.name
|
19 |
|
20 |
-
|
21 |
iface = gr.Interface(
|
22 |
fn=muda_dpi,
|
23 |
inputs=[
|
|
|
17 |
|
18 |
return temp_file.name
|
19 |
|
20 |
+
#teste
|
21 |
iface = gr.Interface(
|
22 |
fn=muda_dpi,
|
23 |
inputs=[
|