ysharma HF staff commited on
Commit
4b1b707
1 Parent(s): fc4a6c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ def style_aligned_controlnet(ref_style_prompt, depth_map, ref_image, img_generat
67
 
68
 
69
  with gr.Blocks() as demo:
70
-
71
  with gr.Row():
72
 
73
  with gr.Column(variant='panel'):
 
67
 
68
 
69
  with gr.Blocks() as demo:
70
+ gr.HTML('<h1 style="text-align: center;">Style-aligned with ControlNet Depth</h1>')
71
  with gr.Row():
72
 
73
  with gr.Column(variant='panel'):