gokaygokay
commited on
Commit
•
25d724e
1
Parent(s):
ff558e1
Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ with gr.Blocks(css=css) as demo:
|
|
81 |
gr.Examples(
|
82 |
[["image1.jpg"], ["image2.jpg"], ["image3.png"], ["image4.jpg"], ["image5.jpg"], ["image6.PNG"]],
|
83 |
inputs = [input_img],
|
84 |
-
outputs = [
|
85 |
fn=run_example,
|
86 |
label='Try captioning on below examples'
|
87 |
)
|
|
|
81 |
gr.Examples(
|
82 |
[["image1.jpg"], ["image2.jpg"], ["image3.png"], ["image4.jpg"], ["image5.jpg"], ["image6.PNG"]],
|
83 |
inputs = [input_img],
|
84 |
+
outputs = [output_text],
|
85 |
fn=run_example,
|
86 |
label='Try captioning on below examples'
|
87 |
)
|