Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -122,7 +122,7 @@ gradio_app = gradio.Interface(
|
|
| 122 |
examples = example_list,
|
| 123 |
cache_examples = False,
|
| 124 |
title = "SemanticVision",
|
| 125 |
-
description = "
|
| 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()
|