CineAI commited on
Commit
5cabd9c
1 Parent(s): 0bd7eff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -25,6 +25,7 @@ def main():
25
  if mic is not None:
26
  a2t = A2T(mic["bytes"])
27
  text = a2t.predict()
 
28
  # prepare_cor(input_text=text)
29
  llm = llm_model.create_llm(prompt_entity=text, prompt_id=1, trigger=trigger)
30
  response = llm.execution() if llm is not None else "Oops occurred some error. Please try again"
 
25
  if mic is not None:
26
  a2t = A2T(mic["bytes"])
27
  text = a2t.predict()
28
+ print(text)
29
  # prepare_cor(input_text=text)
30
  llm = llm_model.create_llm(prompt_entity=text, prompt_id=1, trigger=trigger)
31
  response = llm.execution() if llm is not None else "Oops occurred some error. Please try again"