Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -35,8 +35,8 @@ with gr.Blocks() as demo:
|
|
35 |
if not os.path.exists('imgs'):
|
36 |
os.mkdir('imgs')
|
37 |
|
38 |
-
gr.Markdown('# Free Anime Image Scale Up Demo')
|
39 |
-
gr.Markdown('## 免费动漫插图图片分辨率放大 (最大支持500x500
|
40 |
gr.Markdown('## Powered by Waifu2x')
|
41 |
gr.Markdown("## Author: [yangheng95](https://github.com/yangheng95) Github:[Github](https://github.com/yangheng95/SuperResolutionAnimeDiffusion)")
|
42 |
|
|
|
35 |
if not os.path.exists('imgs'):
|
36 |
os.mkdir('imgs')
|
37 |
|
38 |
+
gr.Markdown('# Free Anime Image Scale Up Demo (CPU)')
|
39 |
+
gr.Markdown('## 免费动漫插图图片分辨率放大 (最大支持500x500,更大尺寸请clone repo本地运行)')
|
40 |
gr.Markdown('## Powered by Waifu2x')
|
41 |
gr.Markdown("## Author: [yangheng95](https://github.com/yangheng95) Github:[Github](https://github.com/yangheng95/SuperResolutionAnimeDiffusion)")
|
42 |
|