Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ def inference(audio, prompt, model, temperature, latest):
|
|
71 |
print("print1 ", response['choices'][i]['text'])
|
72 |
test1 = response['choices'][i]['text']
|
73 |
test2 = test1.split()
|
74 |
-
|
75 |
temp.append(response['choices'][i]['text'])
|
76 |
print("print2: infers ", infers)
|
77 |
print("print3: Responses ", response)
|
|
|
71 |
print("print1 ", response['choices'][i]['text'])
|
72 |
test1 = response['choices'][i]['text']
|
73 |
test2 = test1.split()
|
74 |
+
print("test2!!! ", test1)
|
75 |
temp.append(response['choices'][i]['text'])
|
76 |
print("print2: infers ", infers)
|
77 |
print("print3: Responses ", response)
|