ysharma HF Staff commited on
Commit
381e381
·
1 Parent(s): 3ada733

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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')