Skip to content

Commit

Permalink
文案功能开发中
Browse files Browse the repository at this point in the history
  • Loading branch information
Ikaros-521 committed Jul 6, 2023
1 parent 1fcff7e commit 173a1f1
Show file tree
Hide file tree
Showing 12 changed files with 446 additions and 1,005 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -201,4 +201,6 @@ data/vector_base
data/text2vec_models/
!data/text2vec_models

song/
song/

test.py
183 changes: 153 additions & 30 deletions UI_main.py

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@
"hr_resize_y": 512,
"denoising_strength": 0.4
},
"copywriting": {
"file_path": "data/copywriting",
"list": [],
"audio_path": "out/copywriting"
},
"header": {
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.42"
}
Expand Down
5 changes: 5 additions & 0 deletions config.json.bak
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@
"hr_resize_y": 512,
"denoising_strength": 0.4
},
"copywriting": {
"file_path": "data/copywriting",
"list": [],
"audio_path": "out/copywriting"
},
"header": {
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.42"
}
Expand Down
1 change: 0 additions & 1 deletion data/badwords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2145,7 +2145,6 @@
李盛霖
默克尔
親日
测试
罢食
垡抡
徐建国
Expand Down
6 changes: 6 additions & 0 deletions data/copywriting/测试文案.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
你好,我是测试文案。
我要开始复读了喵。
复读1
复读2
复读3
33
5 changes: 5 additions & 0 deletions data/copywriting/测试文案2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
你好,我是测试文案2。
我要开始复读了喵2。
复读12
复读22
复读32
Loading

0 comments on commit 173a1f1

Please sign in to comment.