update description
Browse files
app.py
CHANGED
@@ -186,8 +186,11 @@ with gr.Blocks(css="style.css") as demo:
|
|
186 |
</h1>
|
187 |
</div>
|
188 |
<p style="margin-bottom: 10px; font-size: 94%">
|
|
|
|
|
189 |
For faster inference without waiting in the queue, you may duplicate the space and upgrade to GPU in settings <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>
|
190 |
-
|
|
|
191 |
</p>
|
192 |
</div>""")
|
193 |
#gr.Markdown("""<h1><center>dummy</h1></center> """)
|
|
|
186 |
</h1>
|
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.
|
190 |
+
|
191 |
For faster inference without waiting in the queue, you may duplicate the space and upgrade to GPU in settings <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>""")
|
196 |
#gr.Markdown("""<h1><center>dummy</h1></center> """)
|