Spaces:
Runtime error
Runtime error
Linoy Tsaban
commited on
Commit
·
4daae8b
1
Parent(s):
80cad0f
Update app.py
Browse files
app.py
CHANGED
|
@@ -409,15 +409,9 @@ intro = """
|
|
| 409 |
<h1 style="font-weight: 1400; text-align: center; margin-bottom: 7px;">
|
| 410 |
LEDITS++: Limitless Image Editing using Text-to-Image Models
|
| 411 |
</h1>
|
| 412 |
-
# <h3 style="font-weight: 600; text-align: center;">
|
| 413 |
-
# Real Image Editing with Edit Friendly DDPM and Semantic Guidance
|
| 414 |
-
# </h3>
|
| 415 |
-
<h4 style="text-align: center; margin-bottom: 7px;">
|
| 416 |
-
<a href="https://editing-images-project.hf.space/" style="text-decoration: underline;" target="_blank">Project Page</a> | <a href="https://arxiv.org/abs/2307.00522" style="text-decoration: underline;" target="_blank">ArXiv</a>
|
| 417 |
-
</h4>
|
| 418 |
|
| 419 |
<p style="font-size: 0.9rem; margin: 0rem; line-height: 1.2em; margin-top:1em">
|
| 420 |
-
<a href="https://huggingface.co/spaces/
|
| 421 |
<img style="margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3CWLGkA" alt="Duplicate Space"></a>
|
| 422 |
<p/>"""
|
| 423 |
|
|
|
|
| 409 |
<h1 style="font-weight: 1400; text-align: center; margin-bottom: 7px;">
|
| 410 |
LEDITS++: Limitless Image Editing using Text-to-Image Models
|
| 411 |
</h1>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 412 |
|
| 413 |
<p style="font-size: 0.9rem; margin: 0rem; line-height: 1.2em; margin-top:1em">
|
| 414 |
+
<a href="https://huggingface.co/spaces/leditsplusplus/demo?duplicate=true">
|
| 415 |
<img style="margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3CWLGkA" alt="Duplicate Space"></a>
|
| 416 |
<p/>"""
|
| 417 |
|