Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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(
|
|
|
|
| 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 |
"""
|