Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
2493b46
1
Parent(s):
47e20c9
app.py
CHANGED
|
@@ -15,7 +15,7 @@ from csm1b_dv import (
|
|
| 15 |
split_sentences, extract_audio_output, generate_conversation,
|
| 16 |
change_model_and_update_ui
|
| 17 |
)
|
| 18 |
-
|
| 19 |
|
| 20 |
with gr.Blocks(
|
| 21 |
title="Dhivehi (Thaana) Text-to-Speech",
|
|
@@ -36,7 +36,7 @@ with gr.Blocks(
|
|
| 36 |
"""
|
| 37 |
) as app:
|
| 38 |
get_csm1b_tab()
|
| 39 |
-
|
| 40 |
|
| 41 |
if __name__ == "__main__":
|
| 42 |
app.launch(share=False)
|
|
|
|
| 15 |
split_sentences, extract_audio_output, generate_conversation,
|
| 16 |
change_model_and_update_ui
|
| 17 |
)
|
| 18 |
+
from dia_1_6B_dv import get_dia_1_6B_tab
|
| 19 |
|
| 20 |
with gr.Blocks(
|
| 21 |
title="Dhivehi (Thaana) Text-to-Speech",
|
|
|
|
| 36 |
"""
|
| 37 |
) as app:
|
| 38 |
get_csm1b_tab()
|
| 39 |
+
get_dia_1_6B_tab()
|
| 40 |
|
| 41 |
if __name__ == "__main__":
|
| 42 |
app.launch(share=False)
|