Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -6,14 +6,14 @@ if __name__ == '__main__':
|
|
6 |
|
7 |
with gr.Blocks(theme=theme) as demo:
|
8 |
with gr.Column(elem_classes="header"):
|
9 |
-
gr.Markdown("# MESA: Text-Driven Terrain Generation Using Latent Diffusion and Global Copernicus Data")
|
10 |
gr.Markdown("### Paul Borne–Pons, Mikolaj Czerkawski, Rosalie Martin, Romain Rouffet")
|
11 |
-
gr.Markdown('[[GitHub](https://github.com/PaulBorneP/MESA)] [[Model](https://huggingface.co/NewtNewt/MESA)] [[Dataset](https://huggingface.co/datasets/Major-TOM/Core-DEM)]')
|
12 |
|
13 |
with gr.Column(elem_classes="abstract"):
|
14 |
gr.Markdown("MESA is a novel generative model based on latent denoising diffusion capable of generating 2.5D representations of terrain based on the text prompt conditioning supplied via natural language. The model produces two co-registered modalities of optical and depth maps.") # Replace with your abstract text
|
15 |
gr.Markdown("This is a test version of the demo app. Please be aware that MESA supports primarily complex, mountainous terrains as opposed to flat land")
|
16 |
-
gr.Markdown("The generated image is quite large, so for the
|
17 |
|
18 |
with gr.Row():
|
19 |
prompt_input = gr.Textbox(lines=2, placeholder="Enter a terrain description...")
|
|
|
6 |
|
7 |
with gr.Blocks(theme=theme) as demo:
|
8 |
with gr.Column(elem_classes="header"):
|
9 |
+
gr.Markdown("# 🏔 MESA: Text-Driven Terrain Generation Using Latent Diffusion and Global Copernicus Data")
|
10 |
gr.Markdown("### Paul Borne–Pons, Mikolaj Czerkawski, Rosalie Martin, Romain Rouffet")
|
11 |
+
gr.Markdown('[[Website](https://paulbornep.github.io/mesa-terrain/)] [[GitHub](https://github.com/PaulBorneP/MESA)] [[Model](https://huggingface.co/NewtNewt/MESA)] [[Dataset](https://huggingface.co/datasets/Major-TOM/Core-DEM)]')
|
12 |
|
13 |
with gr.Column(elem_classes="abstract"):
|
14 |
gr.Markdown("MESA is a novel generative model based on latent denoising diffusion capable of generating 2.5D representations of terrain based on the text prompt conditioning supplied via natural language. The model produces two co-registered modalities of optical and depth maps.") # Replace with your abstract text
|
15 |
gr.Markdown("This is a test version of the demo app. Please be aware that MESA supports primarily complex, mountainous terrains as opposed to flat land")
|
16 |
+
gr.Markdown("> ⚠️ **The generated image is quite large, so for the larger resolution (768) it might take a while to load the surface**")
|
17 |
|
18 |
with gr.Row():
|
19 |
prompt_input = gr.Textbox(lines=2, placeholder="Enter a terrain description...")
|