Update app.py
Browse filesupdate background color
app.py
CHANGED
@@ -24,7 +24,7 @@ def wandb_report(url):
|
|
24 |
|
25 |
control_img = 'myimage.jpg'
|
26 |
|
27 |
-
examples = [["a yellow dog
|
28 |
|
29 |
default_example = examples[0]
|
30 |
|
@@ -72,7 +72,7 @@ def infer(prompts, negative_prompts, image):
|
|
72 |
output=np.array(output, dtype=np.float32)
|
73 |
return output
|
74 |
|
75 |
-
with gr.Blocks(css=".gradio-container {background-color: #
|
76 |
gr.Markdown(
|
77 |
"""
|
78 |
<h1 style="text-align: center;">
|
|
|
24 |
|
25 |
control_img = 'myimage.jpg'
|
26 |
|
27 |
+
examples = [["a yellow dog in grass", "lowres, two heads, bad muzzle, bad anatomy, missing ears, missing paws", "example1.jpg"]]
|
28 |
|
29 |
default_example = examples[0]
|
30 |
|
|
|
72 |
output=np.array(output, dtype=np.float32)
|
73 |
return output
|
74 |
|
75 |
+
with gr.Blocks(css=".gradio-container {background-color: #b0cda8};") as demo:
|
76 |
gr.Markdown(
|
77 |
"""
|
78 |
<h1 style="text-align: center;">
|