ysharma HF staff commited on
Commit
7da823b
·
1 Parent(s): d3e7227

updated duplicate space message and description alignment

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -187,9 +187,7 @@ with gr.Blocks(css="style.css") as demo:
187
  </div>
188
  <p style="margin-bottom: 10px; font-size: 94%">
189
  Hi, I'm a photoshop expert bot, start by uploading your image using the upload button, and then tell me what changes you want to make to it.<br>
190
-
191
- Need faster inference & no queue? Duplicate Space & upgrade to GPU<a href="https://huggingface.co/spaces/ysharma/InstructPix2Pix_Chatbot?duplicate=true"><img style="margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
192
-
193
  Based on <a href="https://huggingface.co/timbrooks/instruct-pix2pix" target="_blank">Diffusers implementation</a> of InstructPix2Pix.
194
  </p>
195
  </div>""")
 
187
  </div>
188
  <p style="margin-bottom: 10px; font-size: 94%">
189
  Hi, I'm a photoshop expert bot, start by uploading your image using the upload button, and then tell me what changes you want to make to it.<br>
190
+ <a href="https://huggingface.co/spaces/ysharma/InstructPix2Pix_Chatbot?duplicate=true"><img style="margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a> Duplicate the Space & upgrade to GPU for faster inference & no queue.<br>
 
 
191
  Based on <a href="https://huggingface.co/timbrooks/instruct-pix2pix" target="_blank">Diffusers implementation</a> of InstructPix2Pix.
192
  </p>
193
  </div>""")