Spaces:
Runtime error
Runtime error
added credits in the app itself
Browse files
README.md
CHANGED
|
@@ -29,3 +29,6 @@ The benchmark data comes from the [pytorch-image-models](https://github.com/hugg
|
|
| 29 |
|
| 30 |
Based on the original notebook by Jeremy Howard.
|
| 31 |
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
|
| 30 |
Based on the original notebook by Jeremy Howard.
|
| 31 |
|
| 32 |
+
## About
|
| 33 |
+
|
| 34 |
+
Read more about the project on my blog [dronelab.dev](https://dronelab.dev).
|
app.py
CHANGED
|
@@ -164,6 +164,8 @@ with gr.Blocks(title="Image Model Performance Analysis") as demo:
|
|
| 164 |
gr.Markdown(
|
| 165 |
"Analyze and visualize performance metrics of different image models based on benchmark data."
|
| 166 |
)
|
|
|
|
|
|
|
| 167 |
|
| 168 |
with gr.Row():
|
| 169 |
with gr.Column(scale=1):
|
|
|
|
| 164 |
gr.Markdown(
|
| 165 |
"Analyze and visualize performance metrics of different image models based on benchmark data."
|
| 166 |
)
|
| 167 |
+
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).")
|
| 168 |
+
gr.Markdown("Based on the original notebook by [Jeremy Howard](https://huggingface.co/jph00).")
|
| 169 |
|
| 170 |
with gr.Row():
|
| 171 |
with gr.Column(scale=1):
|