YuxinJ commited on
Commit
7476935
β€’
1 Parent(s): 693c90b

add description

Browse files
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 at the links below.
42
  </p>
43
  </div>
44
  '''
45
- EXAMPLES = [['0.png'], ['1.jpg'], ['2.png'], ['3.png'], ['4.jpg'], ['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**
 
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**