Spaces:
Sleeping
Sleeping
ch0fas commited on
Commit ·
8fc4c59
1
Parent(s): 1e1746c
en esta casa no somos fans de la comunidad hispanohablante, al parecer
Browse files
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="
|
| 99 |
title="CycleGAN - Gans For Maps",
|
| 100 |
-
description="
|
| 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()
|