Spaces:
Sleeping
Sleeping
Zulivan commited on
Commit ·
c65cb9e
1
Parent(s): 62bd6b2
Update
Browse files
app.py
CHANGED
|
@@ -295,7 +295,7 @@ with app:
|
|
| 295 |
interactive=True,
|
| 296 |
)
|
| 297 |
tts_text = gr.Textbox(label="Input Text", value="Input text here")
|
| 298 |
-
custom_audio = gr.Audio(label="Custom audio", type="filepath")
|
| 299 |
with gr.Column():
|
| 300 |
but0 = gr.Button("Convert", variant="primary")
|
| 301 |
edge_tts_output = gr.Audio(label="Reference voice", type="filepath")
|
|
|
|
| 295 |
interactive=True,
|
| 296 |
)
|
| 297 |
tts_text = gr.Textbox(label="Input Text", value="Input text here")
|
| 298 |
+
custom_audio = gr.Audio(label="Custom audio", type="filepath", sources=["microphone", "upload"])
|
| 299 |
with gr.Column():
|
| 300 |
but0 = gr.Button("Convert", variant="primary")
|
| 301 |
edge_tts_output = gr.Audio(label="Reference voice", type="filepath")
|
weights/Chino/added_IVF381_Flat_nprobe_1_chino_v2.index
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4d5a25ced0f96f4ffdbf9d7cbcdb9553351ce5f62d3593764f9d142a36aa3955
|
| 3 |
+
size 46988619
|
weights/Chino/chino.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e214c6c1ff266b10639fc2a86bc401b5fbfde30ce024944466f6673b24a61d7
|
| 3 |
+
size 55193670
|
weights/Whisper/added_IVF179_Flat_nprobe_1_whisper_v2.index
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e660b83517f5565c35fd071c2fd2d480f5dd8f06350078f630e646991ae0ca7d
|
| 3 |
+
size 22065259
|
weights/Whisper/whisper.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:374cc14b2673c2e4a225300515bb32df91c0c8b06e1c4caffa863adad555c33d
|
| 3 |
+
size 55223136
|