Spaces:
Runtime error
Runtime error
VoiceCloning-be
commited on
Commit
Β·
bbbcc85
1
Parent(s):
f5677c0
modified: app.py
Browse filesmodified: requirements.txt
modified: Applio (modified content)
- app.py +1 -6
- requirements.txt +1 -1
app.py
CHANGED
@@ -56,17 +56,12 @@ else:
|
|
56 |
my_applio = "ParityError/Interstellar"
|
57 |
|
58 |
with gr.Blocks(theme=my_applio, title="Applio") as Applio:
|
59 |
-
gr.Markdown("# Applio")
|
60 |
gr.Markdown(
|
61 |
i18n(
|
62 |
"Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience."
|
63 |
)
|
64 |
)
|
65 |
-
gr.Markdown(
|
66 |
-
i18n(
|
67 |
-
"[Support](https://discord.gg/IAHispano) β [Discord Bot](https://discord.com/oauth2/authorize?client_id=1144714449563955302&permissions=1376674695271&scope=bot%20applications.commands) β [Find Voices](https://applio.org/models) β [GitHub](https://github.com/IAHispano/Applio)"
|
68 |
-
)
|
69 |
-
)
|
70 |
with gr.Tab(i18n("Inference")):
|
71 |
inference_tab()
|
72 |
|
|
|
56 |
my_applio = "ParityError/Interstellar"
|
57 |
|
58 |
with gr.Blocks(theme=my_applio, title="Applio") as Applio:
|
59 |
+
gr.Markdown("# Applio v3.2.2")
|
60 |
gr.Markdown(
|
61 |
i18n(
|
62 |
"Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience."
|
63 |
)
|
64 |
)
|
|
|
|
|
|
|
|
|
|
|
65 |
with gr.Tab(i18n("Inference")):
|
66 |
inference_tab()
|
67 |
|
requirements.txt
CHANGED
@@ -20,7 +20,7 @@ audio_upscaler==0.1.4
|
|
20 |
|
21 |
# Machine learning
|
22 |
omegaconf==2.0.5; sys_platform == 'darwin'
|
23 |
-
git+https://github.com/
|
24 |
fairseq==0.12.2; sys_platform == 'darwin' or sys_platform == 'win32'
|
25 |
numba; sys_platform == 'linux'
|
26 |
numba==0.57.0; sys_platform == 'darwin' or sys_platform == 'win32'
|
|
|
20 |
|
21 |
# Machine learning
|
22 |
omegaconf==2.0.5; sys_platform == 'darwin'
|
23 |
+
git+https://github.com/jeroenbnn/fairseqApplio; sys_platform == 'linux'
|
24 |
fairseq==0.12.2; sys_platform == 'darwin' or sys_platform == 'win32'
|
25 |
numba; sys_platform == 'linux'
|
26 |
numba==0.57.0; sys_platform == 'darwin' or sys_platform == 'win32'
|