seawolf2357 commited on
Commit
f2f2b35
ยท
verified ยท
1 Parent(s): a959407

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def set_header():
17
  # ๋น„๋””์˜ค ๋˜๋Š” ์˜ค๋””์˜ค ์ปจํ…์ธ  ์ƒ์„ฑํ•˜๋Š” ํ•จ์ˆ˜
18
  def generate_contents(user_content, brand_name, aspect_ratio='landscape'):
19
  url = API_HOME + END_GENERATE
20
- VOICE_ID = '64ea14306a00ac991dcb8a3f' # Korean, Korea, Wolf Sea
21
 
22
  # ๋ฉ€ํ‹ฐ ๋ผ์ธ ํ…์ŠคํŠธ๋ฅผ ๋ถ„๋ฆฌํ•˜์—ฌ ๊ฐ ์ค„์„ ๋ณ„๋„์˜ ์”ฌ์œผ๋กœ ์ฒ˜๋ฆฌ
23
  scenes = [{"content": line.strip(), "voiceId": VOICE_ID} for line in user_content.split('\n') if line.strip()]
 
17
  # ๋น„๋””์˜ค ๋˜๋Š” ์˜ค๋””์˜ค ์ปจํ…์ธ  ์ƒ์„ฑํ•˜๋Š” ํ•จ์ˆ˜
18
  def generate_contents(user_content, brand_name, aspect_ratio='landscape'):
19
  url = API_HOME + END_GENERATE
20
+ VOICE_ID = '64ea1fbc310bccff6a4191ed' # Korean, Korea, Wolf Sea
21
 
22
  # ๋ฉ€ํ‹ฐ ๋ผ์ธ ํ…์ŠคํŠธ๋ฅผ ๋ถ„๋ฆฌํ•˜์—ฌ ๊ฐ ์ค„์„ ๋ณ„๋„์˜ ์”ฌ์œผ๋กœ ์ฒ˜๋ฆฌ
23
  scenes = [{"content": line.strip(), "voiceId": VOICE_ID} for line in user_content.split('\n') if line.strip()]