Spaces:
kadirnar
/
Runtime error

fffiloni commited on
Commit
1d28f54
1 Parent(s): 7463531

Update demo_gradio.py

Browse files
Files changed (1) hide show
  1. demo_gradio.py +2 -1
demo_gradio.py CHANGED
@@ -176,7 +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. ZeST extracts the material from the exemplar and cast it onto the input image following the original lighting cues.
 
180
  """)
181
  with gr.Row():
182
  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
+ Upload two images -- input image and material exemplar. (both 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():