Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -66,9 +66,9 @@ with demo:
|
|
66 |
gr.Plot(fig1)
|
67 |
with gr.Column():
|
68 |
gr.Markdown("## Modality comparison (carbon)")
|
69 |
-
gr.Markdown("### Grouping the models by their modality shows
|
70 |
gr.Markdown("We can see that tasks involving images (image-to-text, image-to-category) require more energy and emit more carbon\
|
71 |
-
than ones
|
72 |
gr.Plot(fig2)
|
73 |
|
74 |
|
|
|
66 |
gr.Plot(fig1)
|
67 |
with gr.Column():
|
68 |
gr.Markdown("## Modality comparison (carbon)")
|
69 |
+
gr.Markdown("### Grouping the models by their modality shows different characteristics:")
|
70 |
gr.Markdown("We can see that tasks involving images (image-to-text, image-to-category) require more energy and emit more carbon\
|
71 |
+
than ones involving text.")
|
72 |
gr.Plot(fig2)
|
73 |
|
74 |
|