jiuhai commited on
Commit
8bd60d3
·
verified ·
1 Parent(s): bb1e624

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -238,8 +238,8 @@ with gr.Blocks(title="llava", theme=gr.themes.Default(), css=block_css) as demo:
238
  gr.Examples(examples=[
239
  [f"{cur_dir}/assets/animal-compare.png", "Are these two pictures showing the same kind of animal?"],
240
  [f"{cur_dir}/assets/funny_image.jpeg", "Why this image funny?"],
241
- [f"{cur_dir}/assets/leasing-apartment.png", "I don't have any 3rd party renter's insurance now. Do I need to get one for myself?"]
242
- [f"{cur_dir}/assets/cat.png", "What's kind of cat in the picture?"]
243
  [f"{cur_dir}/assets/health-insurance.png", "Under which circumstances do I need to be enrolled in mandatory health insurance if I am an international student?"],
244
  ], inputs=[imagebox, textbox], cache_examples=False)
245
 
 
238
  gr.Examples(examples=[
239
  [f"{cur_dir}/assets/animal-compare.png", "Are these two pictures showing the same kind of animal?"],
240
  [f"{cur_dir}/assets/funny_image.jpeg", "Why this image funny?"],
241
+ [f"{cur_dir}/assets/leasing-apartment.png", "I don't have any 3rd party renter's insurance now. Do I need to get one for myself?"],
242
+ [f"{cur_dir}/assets/cat.png", "What's kind of cat in the picture?"],
243
  [f"{cur_dir}/assets/health-insurance.png", "Under which circumstances do I need to be enrolled in mandatory health insurance if I am an international student?"],
244
  ], inputs=[imagebox, textbox], cache_examples=False)
245