Skip to content

Commit

Permalink
modified env example
Browse files Browse the repository at this point in the history
  • Loading branch information
cisvhat committed Feb 11, 2024
1 parent 188a606 commit 2a4f9ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
CLIENT_SECRETS_FILE=src/client_secrets.json
SCOPES=https://www.googleapis.com/auth/youtube.upload
API_SERVICE_NAME=youtube
API_VERSION=v3
API_VERSION=v3
# https://github.com/litagin02/Style-Bert-VITS2 を用いて、APIサーバーを立てた際のエンドポイント
TTS_API_URL=/your_api_server_endpoint/voice
2 changes: 1 addition & 1 deletion generate_video.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def topic2video(video_subject, num_clips, output_file_path):

if __name__ == "__main__":
# どのような動画を作成するか大まかに指定
meta_topic = "科学に関する話題を具体的に。"
meta_topic = "自転車で走るの気持ちい場所"
# 何本の動画アイデアを生成するか指定
num_ideas = 3
ideas = generate_ideas(meta_topic, num_ideas)
Expand Down

0 comments on commit 2a4f9ac

Please sign in to comment.