Duplicated IndexTeam/IndexTTS-2-Demo

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.

1 Like

original **Spaces:**IndexTTS 2 Demo - a Hugging Face Space by IndexTeam

1 Like

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…

1 Like

@china-academy Thanks for reporting this! I’ll ask internally.

1 Like

The issue has been fixed!

1 Like

I confirmed it’s fixed! After triggering the rebuild, it went into the Running state. Thank you!

It’s solved — thank you so much!:folded_hands:

2 Likes