update duplicate space message
Browse files
app.py
CHANGED
@@ -187,7 +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 |
-
<a href="https://huggingface.co/spaces/ysharma/InstructPix2Pix_Chatbot?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
|
191 |
Based on <a href="https://huggingface.co/timbrooks/instruct-pix2pix" target="_blank">Diffusers implementation</a> of InstructPix2Pix.
|
192 |
</p>
|
193 |
</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 src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>Duplicate Space with GPU Upgrade for fast 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>""")
|