Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -77,7 +77,7 @@ def inference(audio, state=""):
|
|
| 77 |
#model="text-curie-001",
|
| 78 |
prompt=text,
|
| 79 |
temperature=0.3,
|
| 80 |
-
max_tokens=
|
| 81 |
n=5)
|
| 82 |
infers =[]
|
| 83 |
for i in range(5):
|
|
|
|
| 77 |
#model="text-curie-001",
|
| 78 |
prompt=text,
|
| 79 |
temperature=0.3,
|
| 80 |
+
max_tokens=8,
|
| 81 |
n=5)
|
| 82 |
infers =[]
|
| 83 |
for i in range(5):
|