Spaces:
Runtime error
Runtime error
neverix
commited on
Commit
·
8e4d30e
1
Parent(s):
d799a5b
Fix space
Browse files- README.md +13 -13
- streamlit.py → app.py +0 -0
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
[English](https://github.com/megvii-research/CoNR/blob/main/README.md) | [中文](https://github.com/megvii-research/CoNR/blob/main/README_chinese.md)
|
2 |
# Collaborative Neural Rendering using Anime Character Sheets
|
3 |
|
@@ -112,16 +125,3 @@ ffmpeg -r 30 -y -i {dir_to_save_result}/%d.png -r 30 -c:v libx264 output.mp4 -r
|
|
112 |
year={2022}
|
113 |
}
|
114 |
```
|
115 |
-
|
116 |
-
=======
|
117 |
-
---
|
118 |
-
title: CoNR
|
119 |
-
emoji: ⚡
|
120 |
-
colorFrom: gray
|
121 |
-
colorTo: red
|
122 |
-
sdk: streamlit
|
123 |
-
sdk_version: 1.10.0
|
124 |
-
app_file: app.py
|
125 |
-
pinned: false
|
126 |
-
license: mit
|
127 |
-
---
|
|
|
1 |
+
=======
|
2 |
+
---
|
3 |
+
title: CoNR
|
4 |
+
emoji: ⚡
|
5 |
+
colorFrom: gray
|
6 |
+
colorTo: red
|
7 |
+
sdk: streamlit
|
8 |
+
sdk_version: 1.10.0
|
9 |
+
app_file: app.py
|
10 |
+
pinned: false
|
11 |
+
license: mit
|
12 |
+
---
|
13 |
+
|
14 |
[English](https://github.com/megvii-research/CoNR/blob/main/README.md) | [中文](https://github.com/megvii-research/CoNR/blob/main/README_chinese.md)
|
15 |
# Collaborative Neural Rendering using Anime Character Sheets
|
16 |
|
|
|
125 |
year={2022}
|
126 |
}
|
127 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
streamlit.py → app.py
RENAMED
File without changes
|