Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 9d34c58

Browse files
committed
define generate_podcast
1 parent ae522ea commit 9d34c58

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/guides/python/ai-podcast-part-2.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,8 @@ import requests
213213
models = models_bucket.allow('write')
214214
generate_audio = gen_audio_job.allow('submit')
215215
download_audio_model = download_audio_model_topic.allow("publish")
216+
# !diff +
217+
generate_podcast = gen_podcast_job.allow("submit")
216218

217219
audio_model_id = "suno/bark"
218220
default_voice_preset = "v2/en_speaker_6"

0 commit comments

Comments
 (0)