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