Update demo_gradio.py
Browse files- demo_gradio.py +1 -1
demo_gradio.py
CHANGED
|
@@ -176,7 +176,7 @@ 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 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():
|
|
|
|
| 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():
|