Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ def main():
|
|
21 |
if mic is not None:
|
22 |
a2t = A2T(mic["bytes"])
|
23 |
text = a2t.predict()
|
24 |
-
response = llmchain(entity=text, id=
|
25 |
|
26 |
t2a = T2A(response)
|
27 |
t2a.autoplay()
|
|
|
21 |
if mic is not None:
|
22 |
a2t = A2T(mic["bytes"])
|
23 |
text = a2t.predict()
|
24 |
+
response = llmchain(entity=text, id=1)
|
25 |
|
26 |
t2a = T2A(response)
|
27 |
t2a.autoplay()
|