Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -37,6 +37,7 @@ with gr.Blocks(theme="ParityError/Interstellar", title="Applio") as Applio:
|
|
37 |
i18n(
|
38 |
"[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)"
|
39 |
)
|
|
|
40 |
with gr.Tab(i18n("Inference")):
|
41 |
inference_tab()
|
42 |
|
|
|
37 |
i18n(
|
38 |
"[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)"
|
39 |
)
|
40 |
+
)
|
41 |
with gr.Tab(i18n("Inference")):
|
42 |
inference_tab()
|
43 |
|