Spaces:
Running
Running
Commit
·
5063ec4
1
Parent(s):
3d49c47
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: hands on hips.#Change the pose: arms extended
|
| 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.",
|
| 235 |
label="Pose Change Prompt",
|
| 236 |
placeholder="Enter pose change description...",
|
| 237 |
lines=2,
|