Spaces:
Build error
Build error
Update app_dialogue.py
Browse files- app_dialogue.py +3 -3
app_dialogue.py
CHANGED
@@ -1078,9 +1078,9 @@ And so, the story of Mulan and Shrek's romance came to an end, leaving a lasting
|
|
1078 |
# ],
|
1079 |
],
|
1080 |
inputs=[textbox, imagebox],
|
1081 |
-
|
1082 |
-
|
1083 |
-
|
1084 |
examples_per_page=5,
|
1085 |
label="Click on any example below to get started",
|
1086 |
)
|
|
|
1078 |
# ],
|
1079 |
],
|
1080 |
inputs=[textbox, imagebox],
|
1081 |
+
outputs=[textbox, imagebox, chatbot],
|
1082 |
+
fn=process_example,
|
1083 |
+
cache_examples=True,
|
1084 |
examples_per_page=5,
|
1085 |
label="Click on any example below to get started",
|
1086 |
)
|