wjs0725 commited on
Commit
b076d84
·
verified ·
1 Parent(s): 6f80cb0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -180,10 +180,10 @@ def create_demo(model_name: str, device: str = "cuda:0" if torch.cuda.is_availab
180
  <b>Official 🤗 Gradio demo</b> for <a href='https://github.com/wangjiangshan0725/RF-Solver-Edit' target='_blank'><b>Taming Rectified Flow for Inversion and Editing</b></a>.<br>
181
 
182
  ❗️❗️❗️[<b>Important</b>] Editing steps:<br>
183
- 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.)
184
- 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.
185
- 3️⃣ Enter the target prompt which describes the content of the expected images after editing.
186
- 4️⃣ Click the <b>Generate</b> button to start customizing.
187
  5️⃣ We suggest to adjust the value of **feature sharing steps** for better results.
188
  """
189
  gr.Markdown(title)
 
180
  <b>Official 🤗 Gradio demo</b> for <a href='https://github.com/wangjiangshan0725/RF-Solver-Edit' target='_blank'><b>Taming Rectified Flow for Inversion and Editing</b></a>.<br>
181
 
182
  ❗️❗️❗️[<b>Important</b>] Editing steps:<br>
183
+ 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.) \n
184
+ 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. \n
185
+ 3️⃣ Enter the target prompt which describes the content of the expected images after editing. \n
186
+ 4️⃣ Click the <b>Generate</b> button to start editing. \n
187
  5️⃣ We suggest to adjust the value of **feature sharing steps** for better results.
188
  """
189
  gr.Markdown(title)