Update description
Browse files
app.py
CHANGED
@@ -40,8 +40,8 @@ def chat(image_in, message, history, progress=gr.Progress(track_tqdm=True)):
|
|
40 |
return history, history
|
41 |
|
42 |
with gr.Blocks() as demo:
|
43 |
-
gr.HTML("""<h1
|
44 |
-
<p>For faster inference without waiting in queue, you may duplicate the space and upgrade to GPU in settings.<br/>
|
45 |
<a href="https://huggingface.co/spaces/ysharma/InstructPix2Pix_Chatbot?duplicate=true">
|
46 |
<img style="margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
|
47 |
<p/>""")
|
|
|
40 |
return history, history
|
41 |
|
42 |
with gr.Blocks() as demo:
|
43 |
+
gr.HTML("""<h1> Chat Interface with InstructPix2Pix: Give Image Editing Instructions </h1>
|
44 |
+
<p>For faster inference without waiting in the queue, you may duplicate the space and upgrade to GPU in settings.<br/>
|
45 |
<a href="https://huggingface.co/spaces/ysharma/InstructPix2Pix_Chatbot?duplicate=true">
|
46 |
<img style="margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
|
47 |
<p/>""")
|