Update app.py
Browse files
app.py
CHANGED
|
@@ -55,7 +55,7 @@ iface = gr.Interface(
|
|
| 55 |
],
|
| 56 |
outputs=gr.JSON(),
|
| 57 |
title="Zero-Shot Image Classification",
|
| 58 |
-
description="
|
| 59 |
)
|
| 60 |
|
| 61 |
# Launch the interface
|
|
|
|
| 55 |
],
|
| 56 |
outputs=gr.JSON(),
|
| 57 |
title="Zero-Shot Image Classification",
|
| 58 |
+
description="Technical example of using the `microsoft/BiomedCLIP-PubMedBERT_256-vit_base_patch16_224` model.\nUpload an image and enter candidate labels to classify the image."
|
| 59 |
)
|
| 60 |
|
| 61 |
# Launch the interface
|