move credits
Browse files
app.py
CHANGED
@@ -202,6 +202,9 @@ with gr.Blocks(title="Image Model Performance Analysis") as demo:
|
|
202 |
|
203 |
with gr.Column(scale=2):
|
204 |
plot_output = gr.Plot()
|
|
|
|
|
|
|
205 |
|
206 |
# Update plot when button is clicked
|
207 |
update_button.click(
|
|
|
202 |
|
203 |
with gr.Column(scale=2):
|
204 |
plot_output = gr.Plot()
|
205 |
+
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).")
|
206 |
+
gr.Markdown("Based on the original notebook by [Jeremy Howard](https://huggingface.co/jph00).")
|
207 |
+
|
208 |
|
209 |
# Update plot when button is clicked
|
210 |
update_button.click(
|