Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -174,7 +174,7 @@ def tts_and_merge_with_effects(text_input):
|
|
174 |
final_audio, error = add_intro_outro_and_background(
|
175 |
podcast_audio,
|
176 |
intro_audio_url="https://talkbot.ir/example/effect-podcast/wk.mp3",
|
177 |
-
background_audio_url="https://talkbot.ir/example/effect-podcast/
|
178 |
outro_audio_url="https://talkbot.ir/example/effect-podcast/1.mp3" # مسیر صدای انتهایی
|
179 |
)
|
180 |
if not final_audio:
|
|
|
174 |
final_audio, error = add_intro_outro_and_background(
|
175 |
podcast_audio,
|
176 |
intro_audio_url="https://talkbot.ir/example/effect-podcast/wk.mp3",
|
177 |
+
background_audio_url="https://talkbot.ir/example/effect-podcast/bk2.mp3", # مسیر موزیک پسزمینه
|
178 |
outro_audio_url="https://talkbot.ir/example/effect-podcast/1.mp3" # مسیر صدای انتهایی
|
179 |
)
|
180 |
if not final_audio:
|