ch0fas commited on
Commit
8fc4c59
·
1 Parent(s): 1e1746c

en esta casa no somos fans de la comunidad hispanohablante, al parecer

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -95,9 +95,9 @@ def translate(image):
95
  demo = gr.Interface(
96
  fn=translate,
97
  inputs=gr.Image(type="pil", height=900, width=900),
98
- outputs=[gr.Image(type="pil", height=300, width=300, label="Modelo OAM"), gr.Image(type="pil", height=300, width=300, label="Modelo Google Maps"), gr.Image(type="pil", height=300, width=300, label="Modelo Sentinel")],
99
  title="CycleGAN - Gans For Maps",
100
- description="Sube una imagen para convertirla en un mapa de fantasía!\n\nIngresando una imágen, se puede estilizar con los 3 modelos que hicimos\n\n**NOTA:** El modelo Sentinel funciona mejor para imágenes con menos zoom.\n\nSofía Maldonado, Vivienne Toledo & Oscar Josué Rocha",
101
  )
102
 
103
  demo.launch()
 
95
  demo = gr.Interface(
96
  fn=translate,
97
  inputs=gr.Image(type="pil", height=900, width=900),
98
+ outputs=[gr.Image(type="pil", height=300, width=300, label="OAM Model"), gr.Image(type="pil", height=300, width=300, label="Google Maps Model"), gr.Image(type="pil", height=300, width=300, label="Sentinel Model")],
99
  title="CycleGAN - Gans For Maps",
100
+ description="Upload an image to turn it into a fantasy map!\n\nAfter entering an image, it can be stylized with 3 different models\n\n**WARNING:** The sentinel model works better for images with little zoom.\n\nSofía Maldonado, Vivienne Toledo & Oscar Josué Rocha",
101
  )
102
 
103
  demo.launch()