tommy24 commited on
Commit
61bc90d
·
1 Parent(s): 7f4dcd6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 os.path.abspath(mp3_file)
37
 
 
33
  sound.export(mp3_file, format="mp3")
34
 
35
  # Return the path to the MP3 file
36
+ return mp3_file
37