mgokg commited on
Commit
cf881c8
·
verified ·
1 Parent(s): c98deef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -59,6 +59,7 @@ 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[0][1]
63
  #result=gr.Markdown(result)
64
  return result
 
59
  system="You are Qwen, created by Alibaba Cloud. You are a helpful assistant.",
60
  api_name="/model_chat"
61
  )
62
+ result = result[0]
63
  result = result[0][1]
64
  #result=gr.Markdown(result)
65
  return result