ysharma HF staff commited on
Commit
8db6823
1 Parent(s): 7697a67

Update app_dialogue.py

Browse files
Files changed (1) hide show
  1. 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
- #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
  )
 
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
  )