Drew commited on
Commit
a3fc4ad
·
1 Parent(s): 7b34a09
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ def generate_audio(prompt, seconds_total=30, steps=100, cfg_scale=7):
88
  print(f"Audio converted and saved to MP3: {full_path_mp3}")
89
 
90
  # Return the path to the generated audio file
91
- return audio
92
 
93
  # Setting up the Gradio Interface
94
  interface = gr.Interface(
 
88
  print(f"Audio converted and saved to MP3: {full_path_mp3}")
89
 
90
  # Return the path to the generated audio file
91
+ return full_path_mp3
92
 
93
  # Setting up the Gradio Interface
94
  interface = gr.Interface(