Spaces:
Runtime error
Runtime error
Fix a little type
Browse files
app.py
CHANGED
|
@@ -142,7 +142,7 @@ title = 'GroupViT'
|
|
| 142 |
description = """
|
| 143 |
Gradio Demo for GroupViT: Semantic Segmentation Emerges from Text Supervision. \n
|
| 144 |
You may click on of the examples or upload your own image. \n
|
| 145 |
-
GroupViT could perform open vocabulary segmentation, you may input more classes (
|
| 146 |
"""
|
| 147 |
|
| 148 |
article = """
|
|
|
|
| 142 |
description = """
|
| 143 |
Gradio Demo for GroupViT: Semantic Segmentation Emerges from Text Supervision. \n
|
| 144 |
You may click on of the examples or upload your own image. \n
|
| 145 |
+
GroupViT could perform open vocabulary segmentation, you may input more classes (separated by comma).
|
| 146 |
"""
|
| 147 |
|
| 148 |
article = """
|