Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ def inference(audio, state=""):
|
|
79 |
model="text-ada-001",
|
80 |
#model="text-curie-001",
|
81 |
prompt=text,
|
82 |
-
temperature=1
|
83 |
max_tokens=8,
|
84 |
n=5)
|
85 |
|
|
|
79 |
model="text-ada-001",
|
80 |
#model="text-curie-001",
|
81 |
prompt=text,
|
82 |
+
temperature=1,
|
83 |
max_tokens=8,
|
84 |
n=5)
|
85 |
|