suprimedev commited on
Commit
944138a
·
verified ·
1 Parent(s): 59f4e89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/bk.mp3", # مسیر موزیک پس‌زمینه
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: