Spaces:
Sleeping
Sleeping
add credentials and project links
Browse files- demo_gradio.py +19 -0
demo_gradio.py
CHANGED
@@ -178,6 +178,25 @@ with gr.Blocks(css=css) as demo:
|
|
178 |
<p>Upload two images -- input image and material exemplar. (both 1024*1024 for better results) <br />
|
179 |
ZeST extracts the material from the exemplar and cast it onto the input image following the original lighting cues.</p>
|
180 |
""")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
181 |
with gr.Row():
|
182 |
with gr.Column():
|
183 |
with gr.Row():
|
|
|
178 |
<p>Upload two images -- input image and material exemplar. (both 1024*1024 for better results) <br />
|
179 |
ZeST extracts the material from the exemplar and cast it onto the input image following the original lighting cues.</p>
|
180 |
""")
|
181 |
+
gr.HTML("""
|
182 |
+
<div style="display:flex;column-gap:4px;">
|
183 |
+
<a href="https://github.com/ttchengab/zest_code">
|
184 |
+
<img src='https://img.shields.io/badge/GitHub-Repo-blue'>
|
185 |
+
</a>
|
186 |
+
<a href="https://ttchengab.github.io/zest/">
|
187 |
+
<img src='https://img.shields.io/badge/Project-Page-green'>
|
188 |
+
</a>
|
189 |
+
<a href="https://arxiv.org/abs/2404.06425">
|
190 |
+
<img src='https://img.shields.io/badge/ArXiv-Paper-red'>
|
191 |
+
</a>
|
192 |
+
<a href="https://huggingface.co/spaces/fffiloni/ZeST?duplicate=true">
|
193 |
+
<img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/duplicate-this-space-sm.svg" alt="Duplicate this Space">
|
194 |
+
</a>
|
195 |
+
<a href="https://huggingface.co/fffiloni">
|
196 |
+
<img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/follow-me-on-HF-sm-dark.svg" alt="Follow me on HF">
|
197 |
+
</a>
|
198 |
+
</div>
|
199 |
+
""")
|
200 |
with gr.Row():
|
201 |
with gr.Column():
|
202 |
with gr.Row():
|