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