link to blog
Browse files
app.py
CHANGED
@@ -203,6 +203,7 @@ with gr.Blocks(title="Image Model Performance Analysis") as demo:
|
|
203 |
plot_output = gr.Plot()
|
204 |
gr.Markdown("The benchmark data comes from the [pytorch-image-models](https://github.com/huggingface/pytorch-image-models) repository by [Ross Wightman](https://huggingface.co/rwightman).")
|
205 |
gr.Markdown("Based on the original notebook by [Jeremy Howard](https://huggingface.co/jph00).")
|
|
|
206 |
|
207 |
|
208 |
# Update plot when button is clicked
|
|
|
203 |
plot_output = gr.Plot()
|
204 |
gr.Markdown("The benchmark data comes from the [pytorch-image-models](https://github.com/huggingface/pytorch-image-models) repository by [Ross Wightman](https://huggingface.co/rwightman).")
|
205 |
gr.Markdown("Based on the original notebook by [Jeremy Howard](https://huggingface.co/jph00).")
|
206 |
+
gr.Markdown("Read more about the project on my blog [dronelab.dev](https://dronelab.dev/posts/which-image-models-are-best-updated/).")
|
207 |
|
208 |
|
209 |
# Update plot when button is clicked
|