merve HF Staff commited on
Commit
6c7c4d5
·
1 Parent(s): fecb3d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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