Spaces:
Running
Running
Commit
·
3d49c47
1
Parent(s):
5e1c9fb
init
Browse files
app.py
CHANGED
@@ -231,7 +231,7 @@ with gr.Blocks() as demo:
|
|
231 |
# Top: text box and button
|
232 |
with gr.Row():
|
233 |
pose_prompt = gr.Textbox(
|
234 |
-
value="Change the pose:
|
235 |
label="Pose Change Prompt",
|
236 |
placeholder="Enter pose change description...",
|
237 |
lines=2,
|
|
|
231 |
# Top: text box and button
|
232 |
with gr.Row():
|
233 |
pose_prompt = gr.Textbox(
|
234 |
+
value="Change the pose: hands on hips.#Change the pose: arms extended to show outfit.",
|
235 |
label="Pose Change Prompt",
|
236 |
placeholder="Enter pose change description...",
|
237 |
lines=2,
|