Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -216,9 +216,9 @@ def tts_and_merge_with_effects(text_input):
|
|
216 |
# افزودن افکتهای صوتی (اینترو، اوترو، پسزمینه)
|
217 |
final_audio, error = add_intro_outro_and_background(
|
218 |
podcast_audio,
|
219 |
-
intro_audio_url="https://
|
220 |
-
background_audio_url="https://
|
221 |
-
outro_audio_url="https://
|
222 |
)
|
223 |
if not final_audio:
|
224 |
return None, error
|
|
|
216 |
# افزودن افکتهای صوتی (اینترو، اوترو، پسزمینه)
|
217 |
final_audio, error = add_intro_outro_and_background(
|
218 |
podcast_audio,
|
219 |
+
intro_audio_url="https://suprime.ir/example/effect-podcast/wk.mp3", # Intro audio URL
|
220 |
+
background_audio_url="https://suprime.ir/example/effect-podcast/bk2.mp3", # Background music URL
|
221 |
+
outro_audio_url="https://suprime.ir/example/effect-podcast/1.mp3" # Outro audio URL
|
222 |
)
|
223 |
if not final_audio:
|
224 |
return None, error
|