openfree commited on
Commit
31e0e43
Β·
verified Β·
1 Parent(s): 2c11f5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -487,7 +487,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as iface:
487
  txt2vid_prompt = gr.Textbox(
488
  label="Step 1: ν”„λ‘¬ν”„νŠΈ μž…λ ₯",
489
  placeholder="μƒμ„±ν•˜κ³  싢은 λΉ„λ””μ˜€λ₯Ό μ„€λͺ…ν•˜μ„Έμš” (μ΅œμ†Œ 50자)...",
490
- value="κ·€μ—¬μš΄ 고양이이",
491
  lines=5,
492
  )
493
  txt2vid_enhance_toggle = Toggle(
@@ -546,7 +546,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as iface:
546
  img2vid_prompt = gr.Textbox(
547
  label="Step 2: ν”„λ‘¬ν”„νŠΈ μž…λ ₯",
548
  placeholder="이미지λ₯Ό μ–΄λ–»κ²Œ μ• λ‹ˆλ©”μ΄μ…˜ν™”ν• μ§€ μ„€λͺ…ν•˜μ„Έμš” (μ΅œμ†Œ 50자)...",
549
- value="κ·€μ—¬μš΄ 고양이이",
550
  lines=5,
551
  )
552
  img2vid_enhance_toggle = Toggle(
 
487
  txt2vid_prompt = gr.Textbox(
488
  label="Step 1: ν”„λ‘¬ν”„νŠΈ μž…λ ₯",
489
  placeholder="μƒμ„±ν•˜κ³  싢은 λΉ„λ””μ˜€λ₯Ό μ„€λͺ…ν•˜μ„Έμš” (μ΅œμ†Œ 50자)...",
490
+ value="κ·€μ—¬μš΄ 고양이",
491
  lines=5,
492
  )
493
  txt2vid_enhance_toggle = Toggle(
 
546
  img2vid_prompt = gr.Textbox(
547
  label="Step 2: ν”„λ‘¬ν”„νŠΈ μž…λ ₯",
548
  placeholder="이미지λ₯Ό μ–΄λ–»κ²Œ μ• λ‹ˆλ©”μ΄μ…˜ν™”ν• μ§€ μ„€λͺ…ν•˜μ„Έμš” (μ΅œμ†Œ 50자)...",
549
+ value="κ·€μ—¬μš΄ 고양이",
550
  lines=5,
551
  )
552
  img2vid_enhance_toggle = Toggle(