tennant commited on
Commit
97652e2
1 Parent(s): da5efbd

update title

Browse files
Files changed (1) hide show
  1. edit_app.py +2 -2
edit_app.py CHANGED
@@ -111,11 +111,11 @@ def main():
111
 
112
  with gr.Blocks() as demo:
113
  gr.HTML("""<h1 style="font-weight: 900; margin-bottom: 7px;">
114
- InstructPix2Pix: Learning to Follow Image Editing Instructions
115
  </h1>
116
  <p>For faster inference without waiting in queue, you may duplicate the space and upgrade to GPU in settings.
117
  <br/>
118
- <a href="https://huggingface.co/spaces/timbrooks/instruct-pix2pix?duplicate=true">
119
  <img style="margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
120
  <p/>""")
121
  with gr.Row():
 
111
 
112
  with gr.Blocks() as demo:
113
  gr.HTML("""<h1 style="font-weight: 900; margin-bottom: 7px;">
114
+ HQ-Edit: A High-Quality and High-Coverage Dataset for General Image Editing
115
  </h1>
116
  <p>For faster inference without waiting in queue, you may duplicate the space and upgrade to GPU in settings.
117
  <br/>
118
+ <a href="https://huggingface.co/spaces/tennant/HQEdit?duplicate=true">
119
  <img style="margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
120
  <p/>""")
121
  with gr.Row():