mskov commited on
Commit
a00c189
·
1 Parent(s): 5a44683

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -9
app.py CHANGED
@@ -63,16 +63,19 @@ def inference(audio, state=""):
63
  A few examples of transcripts and predictions are provided below:
64
 
65
 
66
- Transcript: Tomorrow night we're going out to
67
- Prediction: The Movies, A Restaurant, A Baseball Game, The Theater, A Party for a friend
68
- Transcript: I would like to order a cheeseburger with a side of
69
- Prediction: French fries, Milkshake, Apple slices, Side salad, Extra katsup
70
- Transcript: My friend Savanah is
71
- Prediction: An elecrical engineer, A marine biologist, A classical musician
72
- Transcript: I need to buy a birthday
73
- Prediction: Present, Gift, Cake, Card
74
 
75
- Incomplete transcript:
 
 
 
 
 
 
 
 
 
76
  """
77
  text = PROMPT + result.text + "Prediction: "
78
 
 
63
  A few examples of transcripts and predictions are provided below:
64
 
65
 
66
+ Example Transcript1: Tomorrow night we're going out to
67
+ Example Prediction1: The Movies, A Restaurant, A Baseball Game, The Theater, A Party for a friend
 
 
 
 
 
 
68
 
69
+ Example Transcript2: I would like to order a cheeseburger with a side of
70
+ Example Prediction2: French fries, Milkshake, Apple slices, Side salad, Extra katsup
71
+
72
+ Example Transcript3: My friend Savanah is
73
+ Example Prediction3: An elecrical engineer, A marine biologist, A classical musician
74
+
75
+ Example Transcript4: I need to buy a birthday
76
+ Example Prediction4: Present, Gift, Cake, Card
77
+
78
+ Incomplete Transcript:
79
  """
80
  text = PROMPT + result.text + "Prediction: "
81