Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ with gr.Blocks() as demo:
|
|
80 |
with gr.Group():
|
81 |
gr.Markdown("### <center>Reference Prompt and Image</center>")
|
82 |
ref_prompt = gr.Textbox(label="Enter a Prompt describing the reference image", placeholder='a photo of <object> in <style name> style')
|
83 |
-
depth_map = gr.Image(label="Upload the image to get Depth Map", )
|
84 |
with gr.Group():
|
85 |
gr.Markdown("### <center>Prompt for generation and generated Image</center>")
|
86 |
prompt = gr.Textbox(label="Enter a Prompt", placeholder='a photo of <object> in <style name> style')
|
|
|
80 |
with gr.Group():
|
81 |
gr.Markdown("### <center>Reference Prompt and Image</center>")
|
82 |
ref_prompt = gr.Textbox(label="Enter a Prompt describing the reference image", placeholder='a photo of <object> in <style name> style')
|
83 |
+
depth_map = gr.Image(label="Upload the image to get Depth Map", type='filepath' )
|
84 |
with gr.Group():
|
85 |
gr.Markdown("### <center>Prompt for generation and generated Image</center>")
|
86 |
prompt = gr.Textbox(label="Enter a Prompt", placeholder='a photo of <object> in <style name> style')
|