Vihang28 commited on
Commit
7f62183
1 Parent(s): e89d2ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -82,6 +82,7 @@ def api_calling(audio_file, prompt, api_key):
82
 
83
 
84
  def message_and_history(audio_text,input, history, api_key):
 
85
  video = audio_text
86
  audio = video.audio
87
  audio.write_audiofile(mp3_file)
 
82
 
83
 
84
  def message_and_history(audio_text,input, history, api_key):
85
+ audio = output.mp3
86
  video = audio_text
87
  audio = video.audio
88
  audio.write_audiofile(mp3_file)