remove dupli
Browse files
app.py
CHANGED
@@ -164,8 +164,6 @@ 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 |
-
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):
|
|
|
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):
|