Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -201,6 +201,7 @@ def create_stats_html():
|
|
201 |
<p style='color: #333333;'>Derivative Models Downloads: {format_number(total_downloads_deriv)} ({total_derivatives} models)</p>
|
202 |
<p style='color: #333333;'>Original Models Downloads: {format_number(total_downloads_orig)} ({total_originals} models)</p>
|
203 |
<p style='color: #333333;'>Last Updated: {datetime.now().strftime('%Y-%m-%d %H:%M UTC')}</p>
|
|
|
204 |
</div>
|
205 |
"""
|
206 |
|
@@ -210,7 +211,6 @@ def create_interface():
|
|
210 |
"""Create Gradio interface"""
|
211 |
with gr.Blocks(theme=gr.themes.Soft()) as interface:
|
212 |
gr.HTML("<h1 style='text-align: center;'>Meta Llama3 Models Stats</h1>")
|
213 |
-
gr.HTML("<h3 style='text-align: center;'>(Includes models from the 3, 3.1, 3.2, and 3.3 versions)</h3>")
|
214 |
|
215 |
with gr.Row():
|
216 |
with gr.Column():
|
|
|
201 |
<p style='color: #333333;'>Derivative Models Downloads: {format_number(total_downloads_deriv)} ({total_derivatives} models)</p>
|
202 |
<p style='color: #333333;'>Original Models Downloads: {format_number(total_downloads_orig)} ({total_originals} models)</p>
|
203 |
<p style='color: #333333;'>Last Updated: {datetime.now().strftime('%Y-%m-%d %H:%M UTC')}</p>
|
204 |
+
<p style='color: #333333; font-size: 10px;>* Last 30 days downloads. Includes models from the 3, 3.1, 3.2, and 3.3 versions</p>
|
205 |
</div>
|
206 |
"""
|
207 |
|
|
|
211 |
"""Create Gradio interface"""
|
212 |
with gr.Blocks(theme=gr.themes.Soft()) as interface:
|
213 |
gr.HTML("<h1 style='text-align: center;'>Meta Llama3 Models Stats</h1>")
|
|
|
214 |
|
215 |
with gr.Row():
|
216 |
with gr.Column():
|