mskov commited on
Commit
cdf8b61
·
1 Parent(s): 437d10b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ def inference(audio, latest):
57
 
58
  if transcript != None:
59
  latest.append(transcript)
60
- text = EXAMPLE_PROMPT + transcript + "\nPrediction: "
61
  else: text = EXAMPLE_PROMPT
62
 
63
  response = openai.Completion.create(
 
57
 
58
  if transcript != None:
59
  latest.append(transcript)
60
+ text = EXAMPLE_PROMPT + str(transcript) + "\nPrediction: "
61
  else: text = EXAMPLE_PROMPT
62
 
63
  response = openai.Completion.create(