jiachenl commited on
Commit
d0ff153
β€’
1 Parent(s): 3acc79a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -219,7 +219,6 @@ with gr.Blocks(title="CuMo", theme=gr.themes.Default(), css=block_css) as demo:
219
  [f"{cur_dir}/examples/su7_4.jpg", "What car is it in this image?"],
220
  [f"{cur_dir}/examples/nvidia.jpeg", "Can you tell me what happened in this image?"],
221
  [f"{cur_dir}/examples/animal.webp", "What animals are in this image?"],
222
- [f"{cur_dir}/examples/noodle.png", "How many calories estimated in this bowl?"],
223
  [f"{cur_dir}/examples/disney.jpeg", "How many characters in this image?"],
224
  [f"{cur_dir}/examples/reka_6.jpeg", "What colour is my hat (im sitting on the bear)?"],
225
  ], inputs=[imagebox, textbox], cache_examples=False)
 
219
  [f"{cur_dir}/examples/su7_4.jpg", "What car is it in this image?"],
220
  [f"{cur_dir}/examples/nvidia.jpeg", "Can you tell me what happened in this image?"],
221
  [f"{cur_dir}/examples/animal.webp", "What animals are in this image?"],
 
222
  [f"{cur_dir}/examples/disney.jpeg", "How many characters in this image?"],
223
  [f"{cur_dir}/examples/reka_6.jpeg", "What colour is my hat (im sitting on the bear)?"],
224
  ], inputs=[imagebox, textbox], cache_examples=False)