Spaces:
Running
Running
Upload app.py
#32
by
Kuachi
- opened
app.py
CHANGED
@@ -146,12 +146,9 @@ if __name__ == '__main__':
|
|
146 |
models.append((sid, name_en, name_zh, title, cover, example, language, net_g_ms, create_tts_fn(net_g_ms, sid), create_to_symbol_fn(hps_ms)))
|
147 |
with gr.Blocks() as app:
|
148 |
gr.Markdown(
|
149 |
-
"# <center>
|
150 |
-
"## <center>
|
151 |
-
"
|
152 |
-
"[![image](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/10QOk9NPgoKZUXkIhhuVaZ7SYra1MPMKH?usp=share_link)\n\n"
|
153 |
-
"[![Duplicate this Space](https://huggingface.co/datasets/huggingface/badges/raw/main/duplicate-this-space-sm-dark.svg)](https://huggingface.co/spaces/sayashi/vits-models?duplicate=true)\n\n"
|
154 |
-
"[![Finetune your own model](https://badgen.net/badge/icon/github?icon=github&label=Finetune%20your%20own%20model)](https://github.com/SayaSS/vits-finetuning)"
|
155 |
)
|
156 |
|
157 |
with gr.Tabs():
|
|
|
146 |
models.append((sid, name_en, name_zh, title, cover, example, language, net_g_ms, create_tts_fn(net_g_ms, sid), create_to_symbol_fn(hps_ms)))
|
147 |
with gr.Blocks() as app:
|
148 |
gr.Markdown(
|
149 |
+
"# <center> X-REY TEAM AI VOICE\n"
|
150 |
+
"## <center> Adalah sebuah platfrom pembuatan Audio Voice Menggunakan Ai, Dan berbahasa Jepang .\n"
|
151 |
+
"# Thanks To KiKi Argant."
|
|
|
|
|
|
|
152 |
)
|
153 |
|
154 |
with gr.Tabs():
|