Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -36,7 +36,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 36 |
output = gr.Text(label="Caption")
|
| 37 |
|
| 38 |
gr.Examples(
|
| 39 |
-
[["image1.jpg"], ["image2.jpg"], ["image3.png"]],
|
| 40 |
inputs = [input_img],
|
| 41 |
outputs = [output],
|
| 42 |
fn=create_captions_rich,
|
|
|
|
| 36 |
output = gr.Text(label="Caption")
|
| 37 |
|
| 38 |
gr.Examples(
|
| 39 |
+
[["image1.jpg"], ["image2.jpg"], ["image3.png"], ["image4.jpg"], ["image5.jpg"], ["image6.PNG"]],
|
| 40 |
inputs = [input_img],
|
| 41 |
outputs = [output],
|
| 42 |
fn=create_captions_rich,
|