yangxinsci1993 commited on
Commit
57d278e
·
1 Parent(s): 6e4fc64

edit interface2

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -155,7 +155,7 @@ with gr.Blocks() as demo:
155
  gr.Markdown("## Examples")
156
  gr.Examples(
157
  [["I have a lot of homework to do today.", "self_affirmation"], ["This has been the longest and most stressful week of my life!", "optimism"], ["So stressed about the midterms next week.", "thankfulness"]],
158
- [text, strategy], output, show_reframe_change, cache_examples=False, run_on_click=False
159
  )
160
 
161
  # Link to paper and Github repo
 
155
  gr.Markdown("## Examples")
156
  gr.Examples(
157
  [["I have a lot of homework to do today.", "self_affirmation"], ["This has been the longest and most stressful week of my life!", "optimism"], ["So stressed about the midterms next week.", "thankfulness"]],
158
+ [text, strategy], best_output, show_reframe_change, cache_examples=False, run_on_click=False
159
  )
160
 
161
  # Link to paper and Github repo