Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -114,6 +114,7 @@ with gr.Blocks() as demo:
|
|
| 114 |
"Classify images using MobileCLIP2 models. Select a model, upload an image, "
|
| 115 |
"and provide comma-separated class labels to get predictions."
|
| 116 |
)
|
|
|
|
| 117 |
|
| 118 |
with gr.Row():
|
| 119 |
with gr.Column():
|
|
|
|
| 114 |
"Classify images using MobileCLIP2 models. Select a model, upload an image, "
|
| 115 |
"and provide comma-separated class labels to get predictions."
|
| 116 |
)
|
| 117 |
+
gr.Markdown("See [MobileCLIP2 model collection](https://huggingface.co/collections/apple/mobileclip2-68ac947dcb035c54bcd20c47).")
|
| 118 |
|
| 119 |
with gr.Row():
|
| 120 |
with gr.Column():
|