Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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(
|