Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -59,7 +59,7 @@ def inference(audio, state=""):
|
|
| 59 |
print("result pre gp model from whisper: ", result, ".text ", result.text, "and the data type: ", type(result.text))
|
| 60 |
|
| 61 |
PROMPT = """The following is an incomplete transcript of a brief conversation.
|
| 62 |
-
|
| 63 |
A few examples are provided below:
|
| 64 |
|
| 65 |
Example Transcript1: Tomorrow night we're going out to
|
|
|
|
| 59 |
print("result pre gp model from whisper: ", result, ".text ", result.text, "and the data type: ", type(result.text))
|
| 60 |
|
| 61 |
PROMPT = """The following is an incomplete transcript of a brief conversation.
|
| 62 |
+
Based on the context provided in the transcript so far, predict the next few words in the transcript to complete the sentence.
|
| 63 |
A few examples are provided below:
|
| 64 |
|
| 65 |
Example Transcript1: Tomorrow night we're going out to
|