Gyaneshere commited on
Commit
eb7589d
·
verified ·
1 Parent(s): 91cab67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -52,9 +52,9 @@ def infer(
52
 
53
 
54
  examples = [
55
- "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k",
56
  "An astronaut riding a green horse",
57
- "A delicious ceviche cheesecake slice",
58
  ]
59
 
60
  css = """
@@ -66,7 +66,7 @@ css = """
66
 
67
  with gr.Blocks(css=css) as demo:
68
  with gr.Column(elem_id="col-container"):
69
- gr.Markdown(" # Text-to-Image Gradio Template")
70
 
71
  with gr.Row():
72
  prompt = gr.Text(
 
52
 
53
 
54
  examples = [
55
+ "Cute small dog sitting in a movie theater eating popcorn watching a movie, cold color palette, muted colors, detailed, 8k",
56
  "An astronaut riding a green horse",
57
+ "cute toy owl made of suede",
58
  ]
59
 
60
  css = """
 
66
 
67
  with gr.Blocks(css=css) as demo:
68
  with gr.Column(elem_id="col-container"):
69
+ gr.Markdown(" # Text-to-Image")
70
 
71
  with gr.Row():
72
  prompt = gr.Text(