Update app.py
Browse files
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('''#
|
58 |
-
|
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():
|