tsungtao commited on
Commit
17f42a3
1 Parent(s): 7c2fed3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ examples = [["living room with TV", "fan", "image_01.jpg"],
63
  ["a living room with a fireplace and a view of the ocean", "pendant", "image_03.jpg"]
64
  ]
65
 
66
- with gr.Blocks() as demo:
67
  gr.Interface(infer, inputs=["text", "text", "image"], outputs="gallery", title = title, description = description, examples = examples, theme='gradio/soft')
68
 
69
  gr.Markdown(
 
63
  ["a living room with a fireplace and a view of the ocean", "pendant", "image_03.jpg"]
64
  ]
65
 
66
+ with gr.Blocks(css=".gradio-container {background-color: skyblue}") as demo:
67
  gr.Interface(infer, inputs=["text", "text", "image"], outputs="gallery", title = title, description = description, examples = examples, theme='gradio/soft')
68
 
69
  gr.Markdown(