fffiloni commited on
Commit
991c987
β€’
1 Parent(s): 9236e99

edit description

Browse files
Files changed (1) hide show
  1. demo_gradio.py +2 -2
demo_gradio.py CHANGED
@@ -176,8 +176,8 @@ with gr.Blocks(css=css) as demo:
176
  with gr.Column(elem_id="col-container"):
177
  gr.Markdown("""
178
  # ZeST: Zero-Shot Material Transfer from a Single Image
179
- Upload two images -- input image and material exemplar. (both 1024*1024 for better results)
180
- ZeST extracts the material from the exemplar and cast it onto the input image following the original lighting cues.
181
  """)
182
  with gr.Row():
183
  with gr.Column():
 
176
  with gr.Column(elem_id="col-container"):
177
  gr.Markdown("""
178
  # ZeST: Zero-Shot Material Transfer from a Single Image
179
+ <p>Upload two images -- input image and material exemplar. (both 1024*1024 for better results) <br />
180
+ ZeST extracts the material from the exemplar and cast it onto the input image following the original lighting cues.</p>
181
  """)
182
  with gr.Row():
183
  with gr.Column():