PhyscalX commited on
Commit
0eb7178
1 Parent(s): 63bb8e0

Remove T2V negative prompts for fluent motion

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -132,7 +132,8 @@ if __name__ == "__main__":
132
  )
133
  negative_prompt = gr.Text(
134
  label="Negative Prompt",
135
- value="low quality, deformed, distorted, disfigured, fused fingers, bad anatomy, weird hand, motion smear, motion artifacts", # noqa
 
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")