Spaces:
Runtime error
Runtime error
Adding optimum to list of libraries
#2
by jeffboudier HF Staff - opened
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"], 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"], label="Library")
|
| 26 |
time = gr.Dropdown(["3 months", "6 months", "9 months", "12 months"], label="Downloads over the last...")
|
| 27 |
|
| 28 |
plt = gr.Plot()
|