Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ def infer_canny(prompt, negative_prompt, image):
|
|
| 12 |
im = Image.open("cat_image.jpeg")
|
| 13 |
return im
|
| 14 |
|
| 15 |
-
with gr.Blocks() as demo:
|
| 16 |
gr.Markdown("## Stable Diffusion with Different Controls")
|
| 17 |
gr.Markdown("In this app, you can find different ControlNets with different filters. ")
|
| 18 |
|
|
|
|
| 12 |
im = Image.open("cat_image.jpeg")
|
| 13 |
return im
|
| 14 |
|
| 15 |
+
with gr.Blocks(theme='gradio/soft') as demo:
|
| 16 |
gr.Markdown("## Stable Diffusion with Different Controls")
|
| 17 |
gr.Markdown("In this app, you can find different ControlNets with different filters. ")
|
| 18 |
|