update desc
Browse files
app.py
CHANGED
@@ -65,10 +65,8 @@ def chat(image_in, in_steps, in_guidance_scale, in_img_guidance_scale, image_hid
|
|
65 |
return history, history, edited_image, img_name, counter_out
|
66 |
|
67 |
with gr.Blocks() as demo:
|
68 |
-
gr.Markdown("""<h1><center> Chat Interface with InstructPix2Pix: Give Image Editing Instructions </h1></center>
|
69 |
-
<p
|
70 |
-
|
71 |
-
For faster inference without waiting in the queue, you may duplicate the space and upgrade to GPU in settings.<br/>
|
72 |
<a href="https://huggingface.co/spaces/ysharma/InstructPix2Pix_Chatbot?duplicate=true">
|
73 |
<img style="margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
|
74 |
<p/>""")
|
|
|
65 |
return history, history, edited_image, img_name, counter_out
|
66 |
|
67 |
with gr.Blocks() as demo:
|
68 |
+
gr.Markdown("""<h1><center> Chat Interface with InstructPix2Pix: Give Image Editing Instructions [Apologies for inconvenience, this Space is still very much a work in progress...] </h1></center>
|
69 |
+
<p>For faster inference without waiting in the queue, you may duplicate the space and upgrade to GPU in settings.<br/>
|
|
|
|
|
70 |
<a href="https://huggingface.co/spaces/ysharma/InstructPix2Pix_Chatbot?duplicate=true">
|
71 |
<img style="margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
|
72 |
<p/>""")
|