Update app.py
Browse files
app.py
CHANGED
@@ -33,5 +33,5 @@ def function1(prompt):
|
|
33 |
sound.export(mp3_file, format="mp3")
|
34 |
|
35 |
# Return the path to the MP3 file
|
36 |
-
return
|
37 |
|
|
|
33 |
sound.export(mp3_file, format="mp3")
|
34 |
|
35 |
# Return the path to the MP3 file
|
36 |
+
return mp3_file
|
37 |
|