Update app.py
Browse filesso basically can you make it so it can only generate colouring book pages
app.py
CHANGED
@@ -52,9 +52,9 @@ def infer(
|
|
52 |
|
53 |
|
54 |
examples = [
|
55 |
-
"
|
56 |
-
"
|
57 |
-
"
|
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("
|
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(
|