selfit-camera commited on
Commit
3d49c47
·
1 Parent(s): 5e1c9fb
Files changed (1) hide show
  1. app.py +1 -1
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: two 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,
 
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,