chenjgtea
commited on
Commit
•
e011bad
1
Parent(s):
61ee06a
'add'
Browse files- README.md +0 -1
- __pycache__/attentions.cpython-38.pyc +0 -0
- __pycache__/commons.cpython-38.pyc +0 -0
- __pycache__/models.cpython-38.pyc +0 -0
- __pycache__/modules.cpython-38.pyc +0 -0
- __pycache__/transforms.cpython-38.pyc +0 -0
- __pycache__/utils.cpython-38.pyc +0 -0
- __pycache__/vits_pinyin.cpython-38.pyc +0 -0
- app.py +1 -1
- bert/__pycache__/ProsodyModel.cpython-38.pyc +0 -0
- bert/__pycache__/__init__.cpython-38.pyc +0 -0
- text/__pycache__/__init__.cpython-38.pyc +0 -0
- text/__pycache__/symbols.cpython-38.pyc +0 -0
README.md
CHANGED
@@ -6,7 +6,6 @@ colorTo: blue
|
|
6 |
sdk: gradio
|
7 |
sdk_version: 3.19.1
|
8 |
app_file: app.py
|
9 |
-
app_port: 7080
|
10 |
pinned: false
|
11 |
license: apache-2.0
|
12 |
duplicated_from: nisluQnaga/vits_chinese
|
|
|
6 |
sdk: gradio
|
7 |
sdk_version: 3.19.1
|
8 |
app_file: app.py
|
|
|
9 |
pinned: false
|
10 |
license: apache-2.0
|
11 |
duplicated_from: nisluQnaga/vits_chinese
|
__pycache__/attentions.cpython-38.pyc
ADDED
Binary file (9.86 kB). View file
|
|
__pycache__/commons.cpython-38.pyc
ADDED
Binary file (5.83 kB). View file
|
|
__pycache__/models.cpython-38.pyc
ADDED
Binary file (12.1 kB). View file
|
|
__pycache__/modules.cpython-38.pyc
ADDED
Binary file (11.8 kB). View file
|
|
__pycache__/transforms.cpython-38.pyc
ADDED
Binary file (3.92 kB). View file
|
|
__pycache__/utils.cpython-38.pyc
ADDED
Binary file (8.88 kB). View file
|
|
__pycache__/vits_pinyin.cpython-38.pyc
ADDED
Binary file (2.99 kB). View file
|
|
app.py
CHANGED
@@ -105,4 +105,4 @@ if __name__ == "__main__":
|
|
105 |
outputs=[text_output, audio_output],
|
106 |
fn=tts_calback
|
107 |
)
|
108 |
-
app.queue(concurrency_count=3).launch(show_api=False, share=args.share
|
|
|
105 |
outputs=[text_output, audio_output],
|
106 |
fn=tts_calback
|
107 |
)
|
108 |
+
app.queue(concurrency_count=3).launch(show_api=False, share=args.share)
|
bert/__pycache__/ProsodyModel.cpython-38.pyc
ADDED
Binary file (2.89 kB). View file
|
|
bert/__pycache__/__init__.cpython-38.pyc
ADDED
Binary file (190 Bytes). View file
|
|
text/__pycache__/__init__.cpython-38.pyc
ADDED
Binary file (10.4 kB). View file
|
|
text/__pycache__/symbols.cpython-38.pyc
ADDED
Binary file (912 Bytes). View file
|
|