Update app.py
Browse files
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 |
-
|
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 []
|