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