Spaces:
Runtime error
Runtime error
Remove T2V negative prompts for fluent motion
Browse files
app.py
CHANGED
|
@@ -132,7 +132,8 @@ if __name__ == "__main__":
|
|
| 132 |
)
|
| 133 |
negative_prompt = gr.Text(
|
| 134 |
label="Negative Prompt",
|
| 135 |
-
|
|
|
|
| 136 |
lines=1,
|
| 137 |
)
|
| 138 |
image_prompt = gr.Image(label="Image Prompt (Optional) ", type="pil")
|
|
|
|
| 132 |
)
|
| 133 |
negative_prompt = gr.Text(
|
| 134 |
label="Negative Prompt",
|
| 135 |
+
placeholder="Describe what you don't want in the video",
|
| 136 |
+
value="",
|
| 137 |
lines=1,
|
| 138 |
)
|
| 139 |
image_prompt = gr.Image(label="Image Prompt (Optional) ", type="pil")
|