Spaces:
Sleeping
Sleeping
MohamedRashad
commited on
Merge branch 'main' of hf.co:spaces/MohamedRashad/timm-leaderboard
Browse files
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.
|
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)
|