Spaces:
Running
Running
Drew
commited on
Commit
·
a3fc4ad
1
Parent(s):
7b34a09
path
Browse files
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
|
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(
|