tommy24 commited on
Commit
a032420
·
1 Parent(s): 5d04f08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -155,6 +155,7 @@ def function(Textbox,Textbox2,Audio, Textbox3):
155
  )
156
  reply = chat.choices[0].message.content
157
  messages.append({"role": "assistant", "content": reply})
 
158
  return reply
159
  except:
160
  return "Please Wait!"
 
155
  )
156
  reply = chat.choices[0].message.content
157
  messages.append({"role": "assistant", "content": reply})
158
+ print(Audio)
159
  return reply
160
  except:
161
  return "Please Wait!"