Spaces:
Running
on
Zero
Running
on
Zero
与与
commited on
Commit
·
dffbc77
1
Parent(s):
5831b00
Update case
Browse files- app.py +1 -2
- examples/case0.png +0 -3
- examples/case2.png +2 -2
- examples/rs-1.png +0 -3
app.py
CHANGED
@@ -146,9 +146,8 @@ with gr.Blocks(title=model_name.split('/')[-1], theme=gr.themes.Ocean()) as demo
|
|
146 |
image_input = gr.Image(label="image", height=350, type="pil")
|
147 |
gr.Examples(
|
148 |
examples=[
|
149 |
-
[f"{cur_dir}/examples/case0.png", "Find the area of the shaded region."],
|
150 |
[f"{cur_dir}/examples/case1.png", "explain this model to me."],
|
151 |
-
[f"{cur_dir}/examples/case2.png", "
|
152 |
],
|
153 |
inputs=[image_input, text_input]
|
154 |
)
|
|
|
146 |
image_input = gr.Image(label="image", height=350, type="pil")
|
147 |
gr.Examples(
|
148 |
examples=[
|
|
|
149 |
[f"{cur_dir}/examples/case1.png", "explain this model to me."],
|
150 |
+
[f"{cur_dir}/examples/case2.png", "Which city is in the picture?"],
|
151 |
],
|
152 |
inputs=[image_input, text_input]
|
153 |
)
|
examples/case0.png
DELETED
Git LFS Details
|
examples/case2.png
CHANGED
![]() |
Git LFS Details
|
![]() |
Git LFS Details
|
examples/rs-1.png
DELETED
Git LFS Details
|