Pendrokar commited on
Commit
8858d61
1 Parent(s): 3d43394

extra examples

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -121,6 +121,9 @@ gradio_app = gr.Interface(
121
  ["It was fun, but I'm not going to miss you", 5],
122
  ["My flight is delayed.. amazing.", 5],
123
  ["What is happening to me??", 5],
 
 
 
124
  ],
125
  cache_examples=True,
126
  live=True,
 
121
  ["It was fun, but I'm not going to miss you", 5],
122
  ["My flight is delayed.. amazing.", 5],
123
  ["What is happening to me??", 5],
124
+ ["Wouldn't it be a shame, if something were to happen to her?", 5],
125
+ ["Embrace your demise!", 10],
126
+ ["This is the shit!", 5],
127
  ],
128
  cache_examples=True,
129
  live=True,