rwightman HF staff commited on
Commit
f2d7f1f
1 Parent(s): 1ee3409

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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'>PyTorch Image Models</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():
 
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():