CineAI commited on
Commit
c38500c
1 Parent(s): 4082a36

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=0)
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()