Spaces:
Running
on
Zero
Running
on
Zero
update gradio version==4.44.1
Browse files- README.md +1 -1
- 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.
|
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)
|