Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ def inference(audio, prompt, model, temperature, latest):
|
|
61 |
model=model,
|
62 |
prompt=text,
|
63 |
temperature=temperature,
|
64 |
-
max_tokens=
|
65 |
n=5)
|
66 |
|
67 |
#infers = []
|
|
|
61 |
model=model,
|
62 |
prompt=text,
|
63 |
temperature=temperature,
|
64 |
+
max_tokens=18,
|
65 |
n=5)
|
66 |
|
67 |
#infers = []
|