Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -263,7 +263,7 @@ def build_demo(embed_mode):
|
|
| 263 |
cur_dir = os.path.dirname(os.path.abspath(__file__))
|
| 264 |
gr.Examples(examples=[
|
| 265 |
[f"{cur_dir}/examples/extreme_ironing.jpg", "What is unusual about this image?"],
|
| 266 |
-
[f"{cur_dir}/examples/Rebecca_(1939_poster)_Small.jpeg", "
|
| 267 |
], inputs=[imagebox, textbox])
|
| 268 |
|
| 269 |
with gr.Accordion("Parameters", open=True) as parameter_row:
|
|
|
|
| 263 |
cur_dir = os.path.dirname(os.path.abspath(__file__))
|
| 264 |
gr.Examples(examples=[
|
| 265 |
[f"{cur_dir}/examples/extreme_ironing.jpg", "What is unusual about this image?"],
|
| 266 |
+
[f"{cur_dir}/examples/Rebecca_(1939_poster)_Small.jpeg", "Can you search for the movie with Google Python API?"],
|
| 267 |
], inputs=[imagebox, textbox])
|
| 268 |
|
| 269 |
with gr.Accordion("Parameters", open=True) as parameter_row:
|