radames commited on
Commit
813d820
·
1 Parent(s): a85d67f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ with block:
70
  with gr.Row():
71
  with gr.Column():
72
  input_image = gr.Image(type="pil")
73
- depth_image = gr.Image(type="pil", label="Depth Image Optional", value=None)
74
  prompt = gr.Textbox(label="Prompt")
75
  negative_prompt = gr.Textbox(label="Negative Prompt")
76
 
 
70
  with gr.Row():
71
  with gr.Column():
72
  input_image = gr.Image(type="pil")
73
+ depth_image = gr.Image(type="pil", label="Depth Image Optional")
74
  prompt = gr.Textbox(label="Prompt")
75
  negative_prompt = gr.Textbox(label="Negative Prompt")
76