m-ric HF Staff commited on
Commit
53c4545
·
1 Parent(s): 21bb548

Fix wording

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -556,7 +556,7 @@ with gr.Blocks(theme=theme, css=custom_css, js=custom_js) as demo:
556
  )
557
  with gr.Sidebar(position="left"):
558
  task_input = gr.Textbox(
559
- value="Download a picture of cute puppy",
560
  label="Enter your task below:",
561
  elem_classes="primary-color-label"
562
  )
 
556
  )
557
  with gr.Sidebar(position="left"):
558
  task_input = gr.Textbox(
559
+ value="Download a picture of a cute puppy",
560
  label="Enter your task below:",
561
  elem_classes="primary-color-label"
562
  )