Yw22 commited on
Commit
9529cd5
1 Parent(s): 6c5dc58

update gradio version==4.44.1

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app/src/brushedit_app.py +1 -0
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 🤠
4
  colorFrom: indigo
5
  colorTo: gray
6
  sdk: gradio
7
- sdk_version: 4.38.1
8
  app_file: app/src/brushedit_app.py
9
  pinned: false
10
  python_version: 3.10
 
4
  colorFrom: indigo
5
  colorTo: gray
6
  sdk: gradio
7
+ sdk_version: 4.44.1
8
  app_file: app/src/brushedit_app.py
9
  pinned: false
10
  python_version: 3.10
app/src/brushedit_app.py CHANGED
@@ -1513,6 +1513,7 @@ with block as demo:
1513
  interactive=True,
1514
  height=1024,
1515
  sources=["upload"],
 
1516
  )
1517
 
1518
  prompt = gr.Textbox(label="⌨️ Instruction", placeholder="Please input your instruction.", value="",lines=1)
 
1513
  interactive=True,
1514
  height=1024,
1515
  sources=["upload"],
1516
+ placeholder="Please click here or the icon below to upload the image.",
1517
  )
1518
 
1519
  prompt = gr.Textbox(label="⌨️ Instruction", placeholder="Please input your instruction.", value="",lines=1)