Skip to content

Commit

Permalink
fix: Remove project ID from podcast Notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
holtskinner committed Dec 10, 2024
1 parent 681f56b commit e6dbc79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audio/speech/use-cases/podcast/multi-speaker-podcast.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
},
"outputs": [],
"source": [
"PROJECT_ID = \"document-ai-test-337818\" # @param {type:\"string\"}\n",
"PROJECT_ID = \"[your-project-id]\" # @param {type:\"string\"}\n",
"\n",
"TTS_LOCATION = \"us\" # @param {type:\"string\"}\n",
"VERTEXAI_LOCATION = \"us-central1\" # @param {type:\"string\"}"
Expand Down

0 comments on commit e6dbc79

Please sign in to comment.