TIMBOVILL commited on
Commit
1021563
1 Parent(s): aeb40ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -37,11 +37,6 @@ 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
- )
41
- gr.HTML("<h4> This space currently utilizes only CPU for inference. If you encounter queue issues, consider duplicating the space. </h4>")
42
- gr.Markdown(
43
- "[![Duplicate this Space](https://huggingface.co/datasets/huggingface/badges/raw/main/duplicate-this-space-sm-dark.svg)](https://huggingface.co/spaces/PlayerBPlaytime/Applio-V3-HF?duplicate=true)\n\n"
44
- )
45
  with gr.Tab(i18n("Inference")):
46
  inference_tab()
47
 
 
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