ptschandl commited on
Commit
260b822
·
verified ·
1 Parent(s): 40ae82a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ iface = gr.Interface(
55
  ],
56
  outputs=gr.JSON(),
57
  title="Zero-Shot Image Classification",
58
- description="Upload an image and enter candidate labels to classify the image."
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