RamAnanth1 commited on
Commit
f3f6200
·
1 Parent(s): c89b159

Update app_depth.py

Browse files
Files changed (1) hide show
  1. app_depth.py +1 -1
app_depth.py CHANGED
@@ -6,7 +6,7 @@ import gradio as gr
6
  def create_demo(process, max_images=12, default_num_images=3):
7
  with gr.Blocks() as demo:
8
  with gr.Row():
9
- gr.Markdown('## Control Stable Diffusion with Depth Maps')
10
  with gr.Row():
11
  with gr.Column():
12
  input_image = gr.Image(source='upload', type='numpy')
 
6
  def create_demo(process, max_images=12, default_num_images=3):
7
  with gr.Blocks() as demo:
8
  with gr.Row():
9
+ gr.Markdown('### Use a photo of your room and reimagine it with different styles')
10
  with gr.Row():
11
  with gr.Column():
12
  input_image = gr.Image(source='upload', type='numpy')