kfahn commited on
Commit
d055ca5
1 Parent(s): a74d502

Update app.py

Browse files

update background color

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -24,7 +24,7 @@ def wandb_report(url):
24
 
25
  control_img = 'myimage.jpg'
26
 
27
- examples = [["a yellow dog standing in grass", "lowres, two heads, bad muzzle, bad anatomy, missing ears, missing paws", "example1.jpg"]]
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: #45f10c};") as demo:
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;">