yuyingge commited on
Commit
3f2de20
1 Parent(s): 590af54

Add application file

Browse files
seed_x/arrow.jpg DELETED
Binary file (143 kB)
 
seed_x/bank.png DELETED
Binary file (212 kB)
 
src/demo/seed_llama_gradio.py CHANGED
@@ -370,13 +370,13 @@ img:after {
370
  if __name__ == '__main__':
371
 
372
  examples_mix = [
373
- ['seed_x/bank.png', 'Can I conntect with an advisor on Sunday?'],
374
- ['seed_x/ground.png',
375
  'Is there anything in the image that can protect me from catching the flu virus when I go out? Show me the location.'],
376
- ['seed_x/arrow.jpg', 'What is the object pointed by the red arrow?'],
377
- ['seed_x/shanghai.png', 'Where was this image taken? Explain your answer.'],
378
- ['seed_x/GPT4.png', 'How long does it take to make GPT-4 safer?'],
379
- ['seed_x/twitter.png',
380
  'Please provide a comprehensive description of this image.'],
381
  ]
382
 
 
370
  if __name__ == '__main__':
371
 
372
  examples_mix = [
373
+ ['https://github.com/AILab-CVC/SEED-X/blob/main/demos/bank.png?raw=true', 'Can I conntect with an advisor on Sunday?'],
374
+ ['https://github.com/AILab-CVC/SEED-X/blob/main/demos/ground.png?raw=true',
375
  'Is there anything in the image that can protect me from catching the flu virus when I go out? Show me the location.'],
376
+ ['https://github.com/AILab-CVC/SEED-X/blob/main/demos/arrow.jpg?raw=true', 'What is the object pointed by the red arrow?'],
377
+ ['https://github.com/AILab-CVC/SEED-X/blob/main/demos/shanghai.png?raw=true', 'Where was this image taken? Explain your answer.'],
378
+ ['https://github.com/AILab-CVC/SEED-X/blob/main/demos/GPT4.png?raw=true', 'How long does it take to make GPT-4 safer?'],
379
+ ['https://github.com/AILab-CVC/SEED-X/blob/main/demos/twitter.png?raw=true',
380
  'Please provide a comprehensive description of this image.'],
381
  ]
382