sasha HF staff commited on
Commit
467bc7f
1 Parent(s): 370c317

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -41,9 +41,9 @@ demo = gr.Blocks()
41
 
42
  with demo:
43
  gr.Markdown("# CO2 Inference Demo")
44
- gr.Markdown("## TL;DR - We ran a series of experiments to measure the energy efficiency and carbon emissions of different\
45
  models from the HuggingFace Hub, and to see how different tasks and models compare.")
46
- gr.Markdown("## We found that multi-purpose, generative models are orders of magnitude more energy-intensive than task-specific systems\
47
  for a variety of tasks, even for models with a similar number of parameters")
48
  gr.Markdown("### Explore the plots below to get more insights about the different models and tasks from our study.")
49
  with gr.Accordion("More details about our methodology:", open=False):
 
41
 
42
  with demo:
43
  gr.Markdown("# CO2 Inference Demo")
44
+ gr.Markdown("### TL;DR - We ran a series of experiments to measure the energy efficiency and carbon emissions of different\
45
  models from the HuggingFace Hub, and to see how different tasks and models compare.")
46
+ gr.Markdown("### We found that multi-purpose, generative models are orders of magnitude more energy-intensive than task-specific systems\
47
  for a variety of tasks, even for models with a similar number of parameters")
48
  gr.Markdown("### Explore the plots below to get more insights about the different models and tasks from our study.")
49
  with gr.Accordion("More details about our methodology:", open=False):