alexnasa commited on
Commit
ace8dd0
·
verified ·
1 Parent(s): 1d453ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -352,7 +352,8 @@ with gr.Blocks(css=css, theme=theme) as demo:
352
  with gr.Column():
353
  # Image section
354
 
355
- video_text_prompt = gr.Textbox(label="Scene Prompt",
 
356
  lines=5,
357
  placeholder="Describe your scene...")
358
  sample_steps = gr.Slider(
@@ -364,7 +365,7 @@ with gr.Blocks(css=css, theme=theme) as demo:
364
  )
365
  run_btn = gr.Button("Action 🎬", variant="primary")
366
 
367
- image = gr.Image(type="filepath", label="Image Ref", height=360)
368
 
369
  gr.Markdown(
370
  """
 
352
  with gr.Column():
353
  # Image section
354
 
355
+ video_text_prompt = gr.Textbox(value="a woman with dark hair and neck tattoos using her hands to feel the tattoos on her neck <AUDCAP>electric beats in the background<ENDAUDCAP>",
356
+ label="Scene Prompt",
357
  lines=5,
358
  placeholder="Describe your scene...")
359
  sample_steps = gr.Slider(
 
365
  )
366
  run_btn = gr.Button("Action 🎬", variant="primary")
367
 
368
+ image = gr.Image(value="example_prompts/pngs/ella.png", type="filepath", label="Image Ref", height=360)
369
 
370
  gr.Markdown(
371
  """