mskov commited on
Commit
f1784cb
·
1 Parent(s): 3667eab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -59,13 +59,13 @@ def inference(audio, state=""):
59
  A few examples are provided below and then the current transcript is provided.
60
  Examples:
61
  Transcript: Tomorrow night we're going out to
62
- Next: The Movies, A Restaurant, A Baseball Game, The Theater, A Party
63
  Transcript: I would like to order a cheeseburger with a side of
64
- Next: Fries, Milkshake, Apples, Salad, Katsup
65
  Transcript: My friend Savanah is
66
- Next: An engineer, A biologist, A classical musician
67
  Transcript: I need to buy a birthday
68
- Next: Present, Gift, Cake, Card, Crown
69
  """
70
  text = PROMPT + result.text
71
 
 
59
  A few examples are provided below and then the current transcript is provided.
60
  Examples:
61
  Transcript: Tomorrow night we're going out to
62
+ Next: The Movies to watch a blockbuster, A Restaurant for dinner, A Baseball Game, The Theater, A Party for a friend
63
  Transcript: I would like to order a cheeseburger with a side of
64
+ Next: Frnech fries, Milkshake, Apple slices, Side salad, Extra katsup
65
  Transcript: My friend Savanah is
66
+ Next: An elecrical engineer, A marine biologist, A classical musician
67
  Transcript: I need to buy a birthday
68
+ Next: Present, Gift, Cake, Card
69
  """
70
  text = PROMPT + result.text
71