KingNish commited on
Commit
d49facf
1 Parent(s): 207c35f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ def models(text, model="Mixtral 8x7B", seed=42):
68
 
69
  return output
70
 
71
- async def respond(audio):
72
  user = transcribe(audio)
73
  reply = models(user, model, seed)
74
  communicate = edge_tts.Communicate(reply)
 
68
 
69
  return output
70
 
71
+ async def respond(audio, model, seed):
72
  user = transcribe(audio)
73
  reply = models(user, model, seed)
74
  communicate = edge_tts.Communicate(reply)