Spaces:
Runtime error
Runtime error
patrickvonplaten
commited on
Commit
β’
f1c2d4b
1
Parent(s):
fa7f9d1
Add diffusers to library metrics (#4)
Browse files- Add diffusers to library metrics (c296338d9a90339e57428af6860c575020f8e3cb)
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", "accelerate", "optimum", "evaluate"], 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", "optimum", "evaluate", "diffusers"], label="Library")
|
26 |
time = gr.Dropdown(["3 months", "6 months", "9 months", "12 months"], label="Downloads over the last...")
|
27 |
|
28 |
plt = gr.Plot()
|