radames HF staff commited on
Commit
a85d67f
1 Parent(s): d01f88a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -69,9 +69,8 @@ with block:
69
 
70
  with gr.Row():
71
  with gr.Column():
72
- input_image = gr.Image(source='upload', type="pil")
73
- depth_image = gr.Image(
74
- source='upload', type="pil", label="Depth Image Optional", value=None)
75
  prompt = gr.Textbox(label="Prompt")
76
  negative_prompt = gr.Textbox(label="Negative Prompt")
77
 
 
69
 
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