You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/guides/python/ai-podcast-part-1.mdx
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,12 @@ clips_bucket = bucket("clips")
79
79
models_bucket = bucket("models")
80
80
```
81
81
82
+
We'll also need an `__init__.py` file in the `common` directory to make it a package.
83
+
84
+
```bash
85
+
touch common/__init__.py
86
+
```
87
+
82
88
## Create the audio generation job
83
89
84
90
Next we'll create the beginnings of our audio generation job. First, we'll create a new directory for our batch services and create a new file for our audio generation job.
0 commit comments