Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
|