TIMBOVILL commited on
Commit
924b203
1 Parent(s): 1021563

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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