MohamedRashad commited on
Commit
495cd4e
2 Parent(s): ae2bd07 add7781

Merge branch 'main' of hf.co:spaces/MohamedRashad/timm-leaderboard

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ def search_leaderboard(model_name):
78
 
79
  with gr.Blocks("Timm Leaderboard") as app:
80
  gr.HTML("<center><h1>PyTorch Image Models Leaderboard</h1></center>")
81
- gr.Markdown("This leaderboard is based on the results of the models from the [PyTorch Image Models]('https://github.com/huggingface/pytorch-image-models') repository.")
82
  with gr.Row():
83
  search_bar = gr.Textbox(lines=1, label="Search Model (You can press Enter to Search)", placeholder="Search for a model", scale=4)
84
  search_btn = gr.Button(value="Search", variant="primary", scale=1)
 
78
 
79
  with gr.Blocks("Timm Leaderboard") as app:
80
  gr.HTML("<center><h1>PyTorch Image Models Leaderboard</h1></center>")
81
+ gr.HTML("<p>This leaderboard is based on the results of the models from the <a href='https://github.com/huggingface/pytorch-image-models'>PyTorch Image Models</a> repository.</p>")
82
  with gr.Row():
83
  search_bar = gr.Textbox(lines=1, label="Search Model (You can press Enter to Search)", placeholder="Search for a model", scale=4)
84
  search_btn = gr.Button(value="Search", variant="primary", scale=1)