mgokg commited on
Commit
7d36b11
·
verified ·
1 Parent(s): 456a057

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +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[1]
63
  #result = result[0][1]
64
  #result=gr.Markdown(result)
65
  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[1][1]
63
  #result = result[0][1]
64
  #result=gr.Markdown(result)
65
  return result