Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -82,7 +82,7 @@ def inference(audio, state=""):
|
|
| 82 |
max_tokens=8,
|
| 83 |
n=5)
|
| 84 |
|
| 85 |
-
|
| 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'])
|