PlayerBPlaytime commited on
Commit
aeb40ca
β€’
1 Parent(s): ede59ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -38,6 +38,10 @@ with gr.Blocks(theme="ParityError/Interstellar", title="Applio") as Applio:
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
 
 
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