Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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"
|
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 |
|