alfieg25 commited on
Commit
2ef5894
·
verified ·
1 Parent(s): cdc6ced

Update app.py

Browse files

so basically can you make it so it can only generate colouring book pages

Files changed (1) hide show
  1. app.py +4 -4
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
+ "Make me a colouring book based on fnaf",
56
+ "Make me a colouring book based on sonic",
57
+ "Make me a colouring book based on murder drones",
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-Colouring_Book")
70
 
71
  with gr.Row():
72
  prompt = gr.Text(