Spaces:
Runtime error
Runtime error
added prophet
Browse files
app.py
CHANGED
@@ -42,8 +42,8 @@ with gr.Blocks() as demo:
|
|
42 |
|
43 |
gr.Markdown(
|
44 |
"""
|
45 |
-
## Pypi Download Stats π
|
46 |
-
See live download stats for all of Hugging Face's open-source libraries π€
|
47 |
""")
|
48 |
with gr.Row():
|
49 |
lib = gr.Dropdown(["transformers", "datasets", "huggingface-hub", "gradio"], label="Library")
|
|
|
42 |
|
43 |
gr.Markdown(
|
44 |
"""
|
45 |
+
## Pypi Download Stats π with Prophet Forecasting
|
46 |
+
See live download stats for all of Hugging Face's open-source libraries π€ along with a 3 month forecast using Prophet
|
47 |
""")
|
48 |
with gr.Row():
|
49 |
lib = gr.Dropdown(["transformers", "datasets", "huggingface-hub", "gradio"], label="Library")
|