TDN-M commited on
Commit
8879c4b
·
verified ·
1 Parent(s): 991c987

Update demo_gradio.py

Browse files
Files changed (1) hide show
  1. demo_gradio.py +2 -2
demo_gradio.py CHANGED
@@ -175,9 +175,9 @@ css = """
175
  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
  <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():
 
175
  with gr.Blocks(css=css) as demo:
176
  with gr.Column(elem_id="col-container"):
177
  gr.Markdown("""
178
+ # MAP ANYTHING
179
  <p>Upload two images -- input image and material exemplar. (both 1024*1024 for better results) <br />
180
+ </p>
181
  """)
182
  with gr.Row():
183
  with gr.Column():