wjs0725 commited on
Commit
7292d75
·
verified ·
1 Parent(s): d429710

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -178,7 +178,7 @@ def create_demo(model_name: str, device: str = "cuda:0" if torch.cuda.is_availab
178
 
179
  ❗️❗️❗️[<b>Important</b>] Editing steps:<br>
180
  1️⃣ Upload images you want to edit (The resolution is expected be less than 1360*768, or the memory of GPU may be not enough.) <br>
181
- 2️⃣ Enter the source prompt, which describes the content of the image you unload. The source prompt is not mandatory; you can also leave it to null. <br>
182
  3️⃣ Enter the target prompt which describes the expected content of the edited image. <br>
183
  4️⃣ Click the <b>Generate</b> button to start editing. <br>
184
  5️⃣ We suggest to adjust the value of **feature sharing steps** for better results.<br>
 
178
 
179
  ❗️❗️❗️[<b>Important</b>] Editing steps:<br>
180
  1️⃣ Upload images you want to edit (The resolution is expected be less than 1360*768, or the memory of GPU may be not enough.) <br>
181
+ 2️⃣ Enter the source prompt, which describes the content of the image you upload. The source prompt is not mandatory; you can also leave it to null. <br>
182
  3️⃣ Enter the target prompt which describes the expected content of the edited image. <br>
183
  4️⃣ Click the <b>Generate</b> button to start editing. <br>
184
  5️⃣ We suggest to adjust the value of **feature sharing steps** for better results.<br>