mouaddb commited on
Commit
32000cc
1 Parent(s): 00e721d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -142,10 +142,8 @@ def visual_grounding(Image, Text):
142
  return img
143
 
144
 
145
- title = "OFA-Visual_Grounding"
146
- description = "Gradio Demo for OFA-Visual_Grounding. Upload your own image or click any one of the examples, " \
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'],