Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -390,12 +390,12 @@ def file_upload(file):
|
|
390 |
|
391 |
intro = """
|
392 |
<div style="display: flex;align-items: center;justify-content: center">
|
393 |
-
<h1 style="margin-left: 12px;text-align: center;margin-bottom: 7px;display: inline-block">weights2weights</h1>
|
394 |
<h3 style="display: inline-block;margin-left: 10px;margin-top: 6px;font-weight: 500">Interpreting the Weight Space of Customized Diffusion Models</h3>
|
395 |
</div>
|
396 |
<p style="font-size: 0.95rem;margin: 0rem;line-height: 1.2em;margin-top:1em;display: inline-block">
|
397 |
-
<a href="https://snap-research.github.io/weights2weights/" target="_blank">
|
398 |
-
|
|
399 |
<a href="https://huggingface.co/spaces/Snapchat/w2w-demo?duplicate=true" target="_blank" style="
|
400 |
display: inline-block;
|
401 |
">
|
|
|
390 |
|
391 |
intro = """
|
392 |
<div style="display: flex;align-items: center;justify-content: center">
|
393 |
+
<h1 style="margin-left: 12px;text-align: center;margin-bottom: 7px;display: inline-block"><em>weights2weights</em> Demo</h1>
|
394 |
<h3 style="display: inline-block;margin-left: 10px;margin-top: 6px;font-weight: 500">Interpreting the Weight Space of Customized Diffusion Models</h3>
|
395 |
</div>
|
396 |
<p style="font-size: 0.95rem;margin: 0rem;line-height: 1.2em;margin-top:1em;display: inline-block">
|
397 |
+
<a href="https://snap-research.github.io/weights2weights/" target="_blank">Project Page</a> | <a href="https://arxiv.org/abs/2406.09413" target="_blank">Paper</a>
|
398 |
+
| <a href="https://github.com/snap-research/weights2weights" target="_blank">Code</a> |
|
399 |
<a href="https://huggingface.co/spaces/Snapchat/w2w-demo?duplicate=true" target="_blank" style="
|
400 |
display: inline-block;
|
401 |
">
|