Spaces:
Running
Running
changing layout
Browse files
app.py
CHANGED
@@ -62,7 +62,6 @@ with demo:
|
|
62 |
gr.Markdown("Image generation is by far the most energy- and carbon-intensive task from the ones studied, and text classification \
|
63 |
is the least.")
|
64 |
gr.Plot(fig1)
|
65 |
-
with gr.Row():
|
66 |
with gr.Column():
|
67 |
gr.Markdown("## Modality comparison (carbon)")
|
68 |
gr.Markdown("### Grouping the models by their modality shows the different characteristics of each one:")
|
|
|
62 |
gr.Markdown("Image generation is by far the most energy- and carbon-intensive task from the ones studied, and text classification \
|
63 |
is the least.")
|
64 |
gr.Plot(fig1)
|
|
|
65 |
with gr.Column():
|
66 |
gr.Markdown("## Modality comparison (carbon)")
|
67 |
gr.Markdown("### Grouping the models by their modality shows the different characteristics of each one:")
|