Linoy Tsaban
commited on
Commit
·
48a3bb9
1
Parent(s):
cbeefd9
Update app.py
Browse files
app.py
CHANGED
|
@@ -230,18 +230,25 @@ def get_example():
|
|
| 230 |
# demo #
|
| 231 |
########
|
| 232 |
|
|
|
|
| 233 |
intro = """
|
| 234 |
<h1 style="font-weight: 1400; text-align: center; margin-bottom: 7px;">
|
| 235 |
-
|
| 236 |
</h1>
|
| 237 |
-
<
|
| 238 |
-
|
| 239 |
-
|
| 240 |
-
|
| 241 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 242 |
<p style="font-size: 0.9rem; margin: 0rem; line-height: 1.2em; margin-top:1em">
|
| 243 |
For faster inference without waiting in queue, you may duplicate the space and upgrade to GPU in settings.
|
| 244 |
-
<a href="https://huggingface.co/spaces/
|
| 245 |
<img style="margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
|
| 246 |
<p/>"""
|
| 247 |
|
|
|
|
| 230 |
# demo #
|
| 231 |
########
|
| 232 |
|
| 233 |
+
|
| 234 |
intro = """
|
| 235 |
<h1 style="font-weight: 1400; text-align: center; margin-bottom: 7px;">
|
| 236 |
+
LEDIT
|
| 237 |
</h1>
|
| 238 |
+
<h2 style="font-weight: 800; text-align: center; margin-bottom: 7px;">
|
| 239 |
+
Real Image Latent Editing with Edit Friendly DDPM X Semantic Guidance
|
| 240 |
+
</h2>
|
| 241 |
+
|
| 242 |
+
<h3 style="font-weight: 600; text-align: center; margin-bottom: 7px;">
|
| 243 |
+
This is a demo for LEDIT - real image editing combined approach introduced in:
|
| 244 |
+
<a href="https://editing-images-project.hf.space/" style="text-decoration: underline;" target="_blank"> Project Page </a>
|
| 245 |
+
</h3>
|
| 246 |
+
|
| 247 |
+
|
| 248 |
+
|
| 249 |
<p style="font-size: 0.9rem; margin: 0rem; line-height: 1.2em; margin-top:1em">
|
| 250 |
For faster inference without waiting in queue, you may duplicate the space and upgrade to GPU in settings.
|
| 251 |
+
<a href="https://huggingface.co/spaces/editing-images/edit_friendly_ddpm_x_sega?duplicate=true">
|
| 252 |
<img style="margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
|
| 253 |
<p/>"""
|
| 254 |
|