Javedalam commited on
Commit
b7780f8
1 Parent(s): 06e773d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -95,6 +95,8 @@ examples = [
95
  "pond filled with lilies",
96
 
97
  "a snow capped mountainous landscape , river flowing through it, sun shining, some trees and shrubs",
 
 
98
 
99
  "a female character with long, flowing hair that appears to be made of ethereal, swirling patterns resembling the Northern Lights or Aurora Borealis. The background is dominated by deep blues and purples, creating a mysterious and dramatic atmosphere. The characters face is serene, with pale skin and striking features. She wears a dark-colored outfit with subtle patterns. The overall style of the artwork is reminiscent of fantasy or supernatural genres",
100
  "Digital art, portrait of an anthropomorphic roaring Tiger warrior with full armor, close up in the middle of a battle, behind him there is a banner with the text 'Open Source'.",
@@ -123,7 +125,7 @@ with gr.Blocks(css=css) as demo:
123
  gr.HTML(
124
  """
125
  <h1 style='text-align: center'>
126
- Stable Diffusion 3
127
  </h1>
128
  """
129
  )
 
95
  "pond filled with lilies",
96
 
97
  "a snow capped mountainous landscape , river flowing through it, sun shining, some trees and shrubs",
98
+
99
+ "taj mahal rose flower pond filled with lilies a snow capped mountainous landscape , river flowing through it, sun shining, some trees and shrubs",
100
 
101
  "a female character with long, flowing hair that appears to be made of ethereal, swirling patterns resembling the Northern Lights or Aurora Borealis. The background is dominated by deep blues and purples, creating a mysterious and dramatic atmosphere. The characters face is serene, with pale skin and striking features. She wears a dark-colored outfit with subtle patterns. The overall style of the artwork is reminiscent of fantasy or supernatural genres",
102
  "Digital art, portrait of an anthropomorphic roaring Tiger warrior with full armor, close up in the middle of a battle, behind him there is a banner with the text 'Open Source'.",
 
125
  gr.HTML(
126
  """
127
  <h1 style='text-align: center'>
128
+ <a href ='https://huggingface.co/stabilityai/stable-diffusion-3-medium' target=_blank'>StabilityAI/Stable-Diffusion-V3-medium</a>
129
  </h1>
130
  """
131
  )