Spaces:
No application file
No application file
Update app.py
Browse files
app.py
CHANGED
|
@@ -1173,7 +1173,7 @@ with gr.Blocks(title="LTX 2.3 Sync", css=css, theme=purple_citrus) as demo:
|
|
| 1173 |
with gr.Row():
|
| 1174 |
with gr.Column(min_width=160):
|
| 1175 |
prompt = gr.Textbox(
|
| 1176 |
-
label="Prompt",
|
| 1177 |
info="tip: describe the motion, body posture, facial expressions of the ref video",
|
| 1178 |
lines=2,
|
| 1179 |
placeholder="the person talks to the camera, making hand gestures",
|
|
|
|
| 1173 |
with gr.Row():
|
| 1174 |
with gr.Column(min_width=160):
|
| 1175 |
prompt = gr.Textbox(
|
| 1176 |
+
label="Prompt (optional)",
|
| 1177 |
info="tip: describe the motion, body posture, facial expressions of the ref video",
|
| 1178 |
lines=2,
|
| 1179 |
placeholder="the person talks to the camera, making hand gestures",
|