lewtun HF staff smangrul commited on
Commit
94cce15
β€’
1 Parent(s): f2a7b67

Update app.py to include accelerate repo (#1)

Browse files

- Update app.py to include accelerate repo (4f7b894fce81aee7359a4d7aed4325ed81b0453d)


Co-authored-by: Sourab Mangrulkar <smangrul@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ with gr.Blocks() as demo:
22
  See live download stats for all of Hugging Face's open-source libraries πŸ€—
23
  """)
24
  with gr.Row():
25
- lib = gr.Dropdown(["transformers", "datasets", "huggingface-hub", "gradio"], label="Library")
26
  time = gr.Dropdown(["3 months", "6 months", "9 months", "12 months"], label="Downloads over the last...")
27
 
28
  plt = gr.Plot()
 
22
  See live download stats for all of Hugging Face's open-source libraries πŸ€—
23
  """)
24
  with gr.Row():
25
+ lib = gr.Dropdown(["transformers", "datasets", "huggingface-hub", "gradio", "accelerate"], label="Library")
26
  time = gr.Dropdown(["3 months", "6 months", "9 months", "12 months"], label="Downloads over the last...")
27
 
28
  plt = gr.Plot()