ysharma HF staff commited on
Commit
430f4ee
·
1 Parent(s): 65a446a

updated description with new features

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -17,10 +17,7 @@ pipe.enable_attention_slicing()
17
  counter = 0
18
 
19
 
20
- help_text = """ Note: Functionality to revert your changes to previous/original image can be released in future versions. For now only forward editing is available.
21
-
22
- Some notes from the official [instruct-pix2pix](https://huggingface.co/spaces/timbrooks/instruct-pix2pix) Space by the authors
23
- and from the official [Diffusers docs](https://huggingface.co/docs/diffusers/main/en/api/pipelines/stable_diffusion/pix2pix) -
24
 
25
  If you're not getting what you want, there may be a few reasons:
26
  1. Is the image not changing enough? Your guidance_scale may be too low. It should be >1. Higher guidance scale encourages to generate images
@@ -110,7 +107,7 @@ with gr.Blocks() as demo:
110
 
111
  **Note: Please be advised that a safety checker has been implemented in this public space.
112
  Any attempts to generate inappropriate or NSFW images will result in the display of a black screen
113
- as a precautionary measure for the protection of all users. We appreciate your cooperation in
114
  maintaining a safe and appropriate environment for all members of our community.**
115
 
116
  New features and bug-fixes:
 
17
  counter = 0
18
 
19
 
20
+ help_text = """ Some notes from the official [instruct-pix2pix](https://huggingface.co/spaces/timbrooks/instruct-pix2pix) Space by the authors and from the official [Diffusers docs](https://huggingface.co/docs/diffusers/main/en/api/pipelines/stable_diffusion/pix2pix) -
 
 
 
21
 
22
  If you're not getting what you want, there may be a few reasons:
23
  1. Is the image not changing enough? Your guidance_scale may be too low. It should be >1. Higher guidance scale encourages to generate images
 
107
 
108
  **Note: Please be advised that a safety checker has been implemented in this public space.
109
  Any attempts to generate inappropriate or NSFW images will result in the display of a black screen
110
+ as a precautionary measure to protect all users. We appreciate your cooperation in
111
  maintaining a safe and appropriate environment for all members of our community.**
112
 
113
  New features and bug-fixes: