mgokg commited on
Commit
61c237b
·
verified ·
1 Parent(s): 7d36b11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -59,8 +59,8 @@ def transcribe_audio(audio):
59
  system="You are Qwen, created by Alibaba Cloud. You are a helpful assistant.",
60
  api_name="/model_chat"
61
  )
62
- result = result[1][1]
63
- #result = result[0][1]
64
  #result=gr.Markdown(result)
65
  return result
66
  #text = update(text)
 
59
  system="You are Qwen, created by Alibaba Cloud. You are a helpful assistant.",
60
  api_name="/model_chat"
61
  )
62
+ result = result[1]
63
+ result = result[0][1]
64
  #result=gr.Markdown(result)
65
  return result
66
  #text = update(text)