hatmanstack commited on
Commit
5166e47
1 Parent(s): e03ca46

added example

Browse files
Files changed (1) hide show
  1. app.py +9 -2
app.py CHANGED
@@ -188,14 +188,21 @@ with gr.Blocks() as demo:
188
  # Example 1
189
  with gr.Row():
190
  with gr.Column():
191
- gr.Image("examples/sample2.png", width=200, show_label=False, container=False)
192
  with gr.Column():
193
  gr.Markdown("""A whimsical outdoor scene where vibrant flowers and sprawling vines, crafted from an array of colorful fruit leathers and intricately designed candies, flutter with delicate, lifelike butterflies made from translucent, shimmering sweets. Each petal and leaf glistens with a soft, sugary sheen, casting playful reflections. The butterflies, with their candy wings adorned in fruity patterns, flit about, creating a magical, edible landscape that delights the senses.""")
194
 
195
  # Example 2
196
  with gr.Row():
197
  with gr.Column():
198
- gr.Image("examples/sample4.png", width=200, show_label=False, container=False)
 
 
 
 
 
 
 
199
  with gr.Column():
200
  gr.Markdown("""A rugged adventurer's ensemble, crafted for the wild, featuring a khaki jacket adorned with numerous functional pockets, a sun-bleached pith hat with a wide brim, sturdy canvas trousers with reinforced knees, and a pair of weathered leather boots with high-traction soles. Accented with a brass compass pendant and a leather utility belt laden with small tools, the outfit is completed by a pair of aviator sunglasses and a weathered map tucked into a side pocket.""")
201
 
 
188
  # Example 1
189
  with gr.Row():
190
  with gr.Column():
191
+ gr.Image("examples/sample2.png", width=200, show_label=False, show_download_button=False,container=False)
192
  with gr.Column():
193
  gr.Markdown("""A whimsical outdoor scene where vibrant flowers and sprawling vines, crafted from an array of colorful fruit leathers and intricately designed candies, flutter with delicate, lifelike butterflies made from translucent, shimmering sweets. Each petal and leaf glistens with a soft, sugary sheen, casting playful reflections. The butterflies, with their candy wings adorned in fruity patterns, flit about, creating a magical, edible landscape that delights the senses.""")
194
 
195
  # Example 2
196
  with gr.Row():
197
  with gr.Column():
198
+ gr.Image("examples/sample3.png", width=200, show_label=False, show_download_button=False, container=False)
199
+ with gr.Column():
200
+ gr.Markdown("""A Kansas Jayhawk with a basketball photorealistic""")
201
+
202
+ # Example 3
203
+ with gr.Row():
204
+ with gr.Column():
205
+ gr.Image("examples/sample4.png", width=200, show_label=False, show_download_button=False,container=False)
206
  with gr.Column():
207
  gr.Markdown("""A rugged adventurer's ensemble, crafted for the wild, featuring a khaki jacket adorned with numerous functional pockets, a sun-bleached pith hat with a wide brim, sturdy canvas trousers with reinforced knees, and a pair of weathered leather boots with high-traction soles. Accented with a brass compass pendant and a leather utility belt laden with small tools, the outfit is completed by a pair of aviator sunglasses and a weathered map tucked into a side pocket.""")
208