sasha HF staff commited on
Commit
771a08f
1 Parent(s): e02c4cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 the different characteristics of each one:")
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 inolving text.")
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