mskov commited on
Commit
0a1b459
1 Parent(s): 45ffe72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ def inference(audio, state=""):
82
  max_tokens=8,
83
  n=5)
84
 
85
- infer = []
86
  for i in range(5):
87
  print("print1 ", response['choices'][i]['text'])
88
  infer.append(response['choices'][i]['text'])
 
82
  max_tokens=8,
83
  n=5)
84
 
85
+ infers = []
86
  for i in range(5):
87
  print("print1 ", response['choices'][i]['text'])
88
  infer.append(response['choices'][i]['text'])