Vihang28 commited on
Commit
7d239c8
·
verified ·
1 Parent(s): 5e32c04

Update app.py

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