Spaces:
Runtime error
Runtime error
Commit
·
fa7f9d1
1
Parent(s):
930d0ac
Add evaluate to library metrics (#3)
Browse files- Add evaluate to library metrics (5620bd7c53a491fb579a1650d50627e703093dfd)
Co-authored-by: Lewis Tunstall <lewtun@users.noreply.huggingface.co>
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"], 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"], label="Library")
|
26 |
time = gr.Dropdown(["3 months", "6 months", "9 months", "12 months"], label="Downloads over the last...")
|
27 |
|
28 |
plt = gr.Plot()
|