Spaces:
Running
on
Zero
Running
on
Zero
Shaamallow
commited on
Commit
•
5cf46cd
1
Parent(s):
d6bcfde
update description
Browse files
app.py
CHANGED
@@ -15,11 +15,7 @@ from torchvision.transforms import ToTensor
|
|
15 |
|
16 |
DESCRIPTION = f"""
|
17 |
# 🎨 Inversion-InstantStyle 🎨
|
18 |
-
This is an interactive demo of noisy DDIM inversion capabilities on top of Instant-Style styling method
|
19 |
-
|
20 |
-
This method is proposed by *Eyal Benaroche, Clément Chadebec, Onur Tasar, and Benjamin Aubin* from Jasper Research in the context of Eyal's internship with Ecole Polytechnique.
|
21 |
-
|
22 |
-
A style benchmark : [style-rank](https://gojasper.github.io/style-rank) was also provided to facilitate evaluation of diffusion models for styling purposes.
|
23 |
"""
|
24 |
|
25 |
OPEN_SOURCE_PROMO = f"""
|
@@ -27,7 +23,7 @@ OPEN_SOURCE_PROMO = f"""
|
|
27 |
"""
|
28 |
|
29 |
DISCLAIMER = f"""
|
30 |
-
|
31 |
|
32 |
if not torch.cuda.is_available():
|
33 |
DESCRIPTION += "\n<p>Running on CPU 🥶 This demo does not work on CPU.</p>"
|
|
|
15 |
|
16 |
DESCRIPTION = f"""
|
17 |
# 🎨 Inversion-InstantStyle 🎨
|
18 |
+
This is an interactive demo of noisy DDIM inversion capabilities on top of Instant-Style styling method. This was developed in the context of a style benchmark : [style-rank](https://gojasper.github.io/style-rank-project) by *Eyal Benaroche, Clément Chadebec, Onur Tasar, and Benjamin Aubin* from [Jasper Research](https://www.jasper.ai/) in the context of Eyal's internship with Ecole Polytechnique.
|
|
|
|
|
|
|
|
|
19 |
"""
|
20 |
|
21 |
OPEN_SOURCE_PROMO = f"""
|
|
|
23 |
"""
|
24 |
|
25 |
DISCLAIMER = f"""
|
26 |
+
This demo is only for research purpose. Jasper cannot be held responsible for the generation of NSFW (Not Safe For Work) content through the use of this demo. Users are solely responsible for any content they create, and it is their obligation to ensure that it adheres to appropriate and ethical standards. Jasper provides the tools, but the responsibility for their use lies with the individual user."""
|
27 |
|
28 |
if not torch.cuda.is_available():
|
29 |
DESCRIPTION += "\n<p>Running on CPU 🥶 This demo does not work on CPU.</p>"
|