alvanlii commited on
Commit
c9dcbe7
1 Parent(s): beea3fc

Added more instructions

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -74,9 +74,8 @@ def main():
74
  with gr.Blocks() as demo:
75
  gr.HTML("""<h1 style="font-weight: 900; margin-bottom: 7px;">
76
  RDM: Region-Aware Diffusion for Zero-shot Text-driven Image Editing
77
- </h1>
78
- <p>For faster inference without waiting in queue, you may duplicate the space and upgrade to GPU in settings.
79
- </p>""")
80
  with gr.Row():
81
  with gr.Column(scale=1, min_width=100):
82
  generate_button = gr.Button("Generate")
 
74
  with gr.Blocks() as demo:
75
  gr.HTML("""<h1 style="font-weight: 900; margin-bottom: 7px;">
76
  RDM: Region-Aware Diffusion for Zero-shot Text-driven Image Editing
77
+ </h1> In the "From Text" field, specify the object you are trying to modify, in the "edit instruction" field, specify what you want that area to be turned into
78
+ """)
 
79
  with gr.Row():
80
  with gr.Column(scale=1, min_width=100):
81
  generate_button = gr.Button("Generate")