I duplicated the IndexTTS-2-Demo to my Space, but it’s been stuck in the “starting” state for several hours.
What could be the reason for that?
Please help me out.
I duplicated the IndexTTS-2-Demo to my Space, but it’s been stuck in the “starting” state for several hours.
What could be the reason for that?
Please help me out.
I was able to reproduce the symptoms here too. I also figured out a workaround.
Regarding README.md:
---
title: IndexTTS 2 Demo
emoji: 🏢
colorFrom: yellow
colorTo: gray
sdk: gradio
sdk_version: 5.34.1
app_file: webui.py
pinned: false
license: apache-2.0
preload_from_hub:
- IndexTeam/IndexTTS-2
- amphion/MaskGCT
- funasr/campplus
- facebook/w2v-bert-2.0
- nvidia/bigvgan_v2_22khz_80band_256x
---
Changing it like this will make it work:
---
title: IndexTTS 2 Demo
emoji: 🏢
colorFrom: yellow
colorTo: gray
sdk: gradio
sdk_version: 5.34.1
app_file: webui.py
pinned: false
license: apache-2.0
---
But this is weird… probably a bug in the HF hub…
@china-academy Thanks for reporting this! I’ll ask internally.
The issue has been fixed!
I confirmed it’s fixed! After triggering the rebuild, it went into the Running state. Thank you!
It’s solved — thank you so much!![]()