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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ def transcribe_audio(audio):
60
  api_name="/model_chat"
61
  )
62
  result = result[0]
63
- result = result[0][1]
64
  #result=gr.Markdown(result)
65
  return result
66
  #text = update(text)
 
60
  api_name="/model_chat"
61
  )
62
  result = result[0]
63
+ #result = result[0][1]
64
  #result=gr.Markdown(result)
65
  return result
66
  #text = update(text)