Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -143,8 +143,8 @@ def update_leaderboard_and_plot(model_name=DEFAULT_SEARCH, sort_by=DEFAULT_SORT,
|
|
143 |
|
144 |
|
145 |
with gr.Blocks(title="The timm Leaderboard") as app:
|
146 |
-
gr.HTML("<center><h1>PyTorch Image Models Leaderboard</h1></center>")
|
147 |
-
gr.HTML("<p>This leaderboard is based on the results of the models from <a href='https://github.com/huggingface/pytorch-image-models'>
|
148 |
gr.HTML("<p>Search tips:<br>- Use wildcards (* or ?) for pattern matching<br>- Use 're:' prefix for regex search<br>- Otherwise, fuzzy matching will be used</p>")
|
149 |
|
150 |
with gr.Row():
|
|
|
143 |
|
144 |
|
145 |
with gr.Blocks(title="The timm Leaderboard") as app:
|
146 |
+
gr.HTML("<center><h1>The timm (PyTorch Image Models) Leaderboard</h1></center>")
|
147 |
+
gr.HTML("<p>This leaderboard is based on the results of the models from <a href='https://github.com/huggingface/pytorch-image-models'>timm</a>.</p>")
|
148 |
gr.HTML("<p>Search tips:<br>- Use wildcards (* or ?) for pattern matching<br>- Use 're:' prefix for regex search<br>- Otherwise, fuzzy matching will be used</p>")
|
149 |
|
150 |
with gr.Row():
|