John Yang commited on
Commit
76bab0f
·
1 Parent(s): a596db8

Try new examples to avoid timeout

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -301,8 +301,8 @@ gr.Interface(fn=run_episode,\
301
  outputs="text",\
302
  examples=[
303
  ["I want to find a gold floor lamp with a glass shade and a nickel finish that i can use for my living room, and price lower than 270.00 dollars", "Amazon"],
304
- ["I need some cute heart-shaped glittery cupcake picks as a gift to bring to a baby shower", "eBay"],
305
- ["I'm trying to find white bluetooth speakers that are not only water resistant but also come with stereo sound", "WebShop"],
306
  ],\
307
  title="WebShop",\
308
  article="<p style='padding-top:15px;text-align:center;'>To learn more about this project, check out the <a href='https://webshop-pnlp.github.io/' target='_blank'>project page</a>!</p>",\
 
301
  outputs="text",\
302
  examples=[
303
  ["I want to find a gold floor lamp with a glass shade and a nickel finish that i can use for my living room, and price lower than 270.00 dollars", "Amazon"],
304
+ ["I'm trying to find white bluetooth speakers that are not only water resistant but also come with stereo sound", "eBay"],
305
+ ["I need some cute heart-shaped glittery cupcake picks as a gift to bring to a baby shower", "WebShop"],
306
  ],\
307
  title="WebShop",\
308
  article="<p style='padding-top:15px;text-align:center;'>To learn more about this project, check out the <a href='https://webshop-pnlp.github.io/' target='_blank'>project page</a>!</p>",\