MohamedRashad commited on
Commit
add7781
·
verified ·
1 Parent(s): 3eaf01d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ df = load_leaderboard()
55
 
56
  with gr.Blocks("Timm Leaderboard") as app:
57
  gr.HTML("<center><h1>PyTorch Image Models Leaderboard</h1></center>")
58
- 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.")
59
  leaderboard = gr.DataFrame(df)
60
  refresh_button = gr.Button(value="Refresh Leaderboard", variant="primary")
61
  refresh_button.click(load_leaderboard, outputs=[leaderboard])
 
55
 
56
  with gr.Blocks("Timm Leaderboard") as app:
57
  gr.HTML("<center><h1>PyTorch Image Models Leaderboard</h1></center>")
58
+ 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>")
59
  leaderboard = gr.DataFrame(df)
60
  refresh_button = gr.Button(value="Refresh Leaderboard", variant="primary")
61
  refresh_button.click(load_leaderboard, outputs=[leaderboard])