Spaces:
Running
Running
add description
Browse files- 4.jpg β 0.jpg +0 -0
- 0.png β 1.png +0 -0
- 1.jpg β 2.jpg +0 -0
- 2.png β 4.png +0 -0
- app.py +3 -3
4.jpg β 0.jpg
RENAMED
File without changes
|
0.png β 1.png
RENAMED
File without changes
|
1.jpg β 2.jpg
RENAMED
File without changes
|
2.png β 4.png
RENAMED
File without changes
|
app.py
CHANGED
@@ -34,15 +34,15 @@ TITLE = '''
|
|
34 |
DESCRIPTION = '''
|
35 |
<div align=center>
|
36 |
<p>
|
37 |
-
Gradio Demo for Scenimefy.
|
38 |
To use it, simply upload your image, or click one of the examples to load them.
|
39 |
For best outcomes, please pick a natural landscape image similar to the examples below.
|
40 |
Kindly note that our model is trained on 256x256 resolution images, using much higher resolutions might affect its performance.
|
41 |
-
Read more
|
42 |
</p>
|
43 |
</div>
|
44 |
'''
|
45 |
-
EXAMPLES = [['0.
|
46 |
ARTICLE = r"""
|
47 |
If Scenimefy is helpful, please help to β the <a href='https://github.com/Yuxinn-J/Scenimefy' target='_blank'>Github Repo</a>. Thank you!
|
48 |
π€ **Citation**
|
|
|
34 |
DESCRIPTION = '''
|
35 |
<div align=center>
|
36 |
<p>
|
37 |
+
Gradio Demo for Scenimefy - a model transforming real-life photos into Shinkai-animation-style images.
|
38 |
To use it, simply upload your image, or click one of the examples to load them.
|
39 |
For best outcomes, please pick a natural landscape image similar to the examples below.
|
40 |
Kindly note that our model is trained on 256x256 resolution images, using much higher resolutions might affect its performance.
|
41 |
+
Read more in our <a href="https://arxiv.org/abs/2308.12968">paper</a>.
|
42 |
</p>
|
43 |
</div>
|
44 |
'''
|
45 |
+
EXAMPLES = [['0.jpg'], ['1.png'], ['2.jpg'], ['3.png'], ['4.png'], ['5.png'], ['6.jpg'], ['7.png'], ['8.png']]
|
46 |
ARTICLE = r"""
|
47 |
If Scenimefy is helpful, please help to β the <a href='https://github.com/Yuxinn-J/Scenimefy' target='_blank'>Github Repo</a>. Thank you!
|
48 |
π€ **Citation**
|