ysharma HF staff commited on
Commit
bcd0b3f
·
1 Parent(s): 7f90752

update desc

Browse files
Files changed (1) hide show
  1. app.py +2 -4
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>*Apologies for inconvenience, this Space is still very much a work in progress... *
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/>""")