Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -142,10 +142,8 @@ def visual_grounding(Image, Text):
|
|
142 |
return img
|
143 |
|
144 |
|
145 |
-
title = "OFA
|
146 |
-
description = "
|
147 |
-
"and write a description about a certain object. " \
|
148 |
-
"Then click \"Submit\" and wait for the result of grounding. "
|
149 |
|
150 |
examples = [['pokemons.jpg', 'a blue turtle-like pokemon with round head'],
|
151 |
['one_piece.jpeg', 'a man in a straw hat and a red dress'],
|
|
|
142 |
return img
|
143 |
|
144 |
|
145 |
+
title = "OFA Visual Grounding"
|
146 |
+
description = "Démonstration pour OFA Visual Grounding. Téléchargez votre image ou cliquez sur l'un des exemples, et rédigez une description concernant un objet spécifique."
|
|
|
|
|
147 |
|
148 |
examples = [['pokemons.jpg', 'a blue turtle-like pokemon with round head'],
|
149 |
['one_piece.jpeg', 'a man in a straw hat and a red dress'],
|