tsi-org commited on
Commit
78d479e
·
verified ·
1 Parent(s): 35222b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -54,8 +54,8 @@ margin: 0 auto;
54
  normal_examples = ["portrait photo of a girl, photograph, highly detailed face, depth of field, moody light, golden hour, style by Dan Winters, Russell James, Steve McCurry, centered, extremely detailed, Nikon D850, award winning photography", "backlit photography of a dog", "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k", "A photo of beautiful mountain with realistic sunset and blue lake, highly detailed, masterpiece"]
55
  edit_examples = [["mountain.png", "make it a cloudy day"], ["painting.png", "make the earring fancier"]]
56
  with gr.Blocks(css=css) as demo:
57
- gr.Markdown('''# CosXL demo
58
- Unofficial demo for CosXL, a SDXL model tuned to produce full color range images. CosXL Edit allows you to perform edits on images. Both have a [non-commercial community license](https://huggingface.co/stabilityai/cosxl/blob/main/LICENSE)
59
  ''')
60
  with gr.Tab("CosXL"):
61
  with gr.Group():
 
54
  normal_examples = ["portrait photo of a girl, photograph, highly detailed face, depth of field, moody light, golden hour, style by Dan Winters, Russell James, Steve McCurry, centered, extremely detailed, Nikon D850, award winning photography", "backlit photography of a dog", "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k", "A photo of beautiful mountain with realistic sunset and blue lake, highly detailed, masterpiece"]
55
  edit_examples = [["mountain.png", "make it a cloudy day"], ["painting.png", "make the earring fancier"]]
56
  with gr.Blocks(css=css) as demo:
57
+ gr.Markdown('''# Pixio Edit Demo
58
+ Pixio Edit demo for CosXL, a new Pixio SDXL model tuned to produce full color range images. Pixio Edit allows you to perform edits on images.
59
  ''')
60
  with gr.Tab("CosXL"):
61
  with gr.Group():