Spaces:
Running
Running
Mahiruoshi
commited on
Commit
β’
67c5ffe
1
Parent(s):
cd6f834
Update app.py
Browse files
app.py
CHANGED
@@ -67,6 +67,10 @@ BandList = {
|
|
67 |
"Morfonica":["γΎγγ","η ε―","γ€γγ","δΈζ·±","ιε"],
|
68 |
"MyGo":["η","ζι³","γγ","η«εΈ","ζ₯½ε₯"],
|
69 |
"AveMujica":["η₯₯ε","η¦","ζ΅·ι΄","γ«γγ","εθ―"],
|
|
|
|
|
|
|
|
|
70 |
}
|
71 |
|
72 |
def get_net_g(model_path: str, device: str, hps):
|
@@ -443,12 +447,6 @@ if __name__ == "__main__":
|
|
443 |
],
|
444 |
outputs=[audio_output],
|
445 |
)
|
446 |
-
with gr.TabItem('ε°ζε¨2.2ηζ¬'):
|
447 |
-
gr.Markdown(value="""
|
448 |
-
<div align="center">
|
449 |
-
<iframe style="width:100%;height:400px;" src="https://mahiruoshi-mygo-vits-bert.hf.space/" frameborder="0"></iframe>'
|
450 |
-
</div>"""
|
451 |
-
)
|
452 |
with gr.Tab('ζε±εθ½'):
|
453 |
with gr.Row():
|
454 |
with gr.Column():
|
|
|
67 |
"Morfonica":["γΎγγ","η ε―","γ€γγ","δΈζ·±","ιε"],
|
68 |
"MyGo":["η","ζι³","γγ","η«εΈ","ζ₯½ε₯"],
|
69 |
"AveMujica":["η₯₯ε","η¦","ζ΅·ι΄","γ«γγ","εθ―"],
|
70 |
+
"ε£ηΏι³δΉε¦ε":["θ―ζ","ε
","ι¦ε","ιθ","ηζ","η΄ι£","ε
ζ΄θΏͺε¨","ηη’","ε₯ε₯"],
|
71 |
+
"εζι¦ε₯³εε¦ζ ‘":["η η·","ε£","ζ","ζ ζ ε","δΈζ"],
|
72 |
+
"εΌιζδΊθΊζ―ε¦ζ ‘":["θΎι²","θΎι²ι²","θζ¨θ²","εΈ","ιηΎ½"],
|
73 |
+
"θ₯Ώε
θ²ε°ηΉι³δΉε¦ι’":["ζΆ","ζͺη₯η","ε
«ε代","ζ ","ηΎεΈ"]
|
74 |
}
|
75 |
|
76 |
def get_net_g(model_path: str, device: str, hps):
|
|
|
447 |
],
|
448 |
outputs=[audio_output],
|
449 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
450 |
with gr.Tab('ζε±εθ½'):
|
451 |
with gr.Row():
|
452 |
with gr.Column():
|