cfoli commited on
Commit
231e4ea
·
verified ·
1 Parent(s): 3fd308e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ gradio_app = gradio.Interface(
122
  examples = example_list,
123
  cache_examples = False,
124
  title = "SemanticVision",
125
- description = "Multi-modal models for zero-shot classification of images of homophones and homographs",
126
  article = "Author: C. Foli (02.2026) | Website: coming soon...")
127
 
128
  gradio_app.launch()
 
122
  examples = example_list,
123
  cache_examples = False,
124
  title = "SemanticVision",
125
+ description = "Vision-language models for zero-shot classification of images of homophones and homographs",
126
  article = "Author: C. Foli (02.2026) | Website: coming soon...")
127
 
128
  gradio_app.launch()