Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -174,8 +174,8 @@ 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://
|
| 178 |
-
outro_audio_url="https://talkbot.ir/example/effect-podcast/
|
| 179 |
)
|
| 180 |
if not final_audio:
|
| 181 |
return None, error
|
|
|
|
| 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/bk.mp3", # مسیر موزیک پسزمینه
|
| 178 |
+
outro_audio_url="https://talkbot.ir/example/effect-podcast/1.mp3" # مسیر صدای انتهایی
|
| 179 |
)
|
| 180 |
if not final_audio:
|
| 181 |
return None, error
|