satyanayak commited on
Commit
6841c76
·
1 Parent(s): 2636731

add example inputs in the app

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -77,8 +77,8 @@ iface = gr.Interface(
77
  description="Enter a prompt to generate Shakespeare-style text continuation",
78
  examples=[
79
  ["O Romeo, Romeo, wherefore art thou", 100, 1],
80
- ["To be, or not to be, that is", 100, 1],
81
- ["Friends, Romans, countrymen, lend me", 100, 1],
82
  ["All the world's a stage, and all the", 100, 1],
83
  ["Now is the winter of our discontent", 100, 1],
84
  ["If music be the food of love,", 100, 1],
 
77
  description="Enter a prompt to generate Shakespeare-style text continuation",
78
  examples=[
79
  ["O Romeo, Romeo, wherefore art thou", 100, 1],
80
+ ["To be, or not to be, that is", 60, 2],
81
+ ["Friends, Romans, countrymen, lend me", 50, 3],
82
  ["All the world's a stage, and all the", 100, 1],
83
  ["Now is the winter of our discontent", 100, 1],
84
  ["If music be the food of love,", 100, 1],