Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -868,33 +868,6 @@ with gr.Blocks(theme='soft', title="URL to Podcast Converter") as demo:
|
|
868 |
visible=True
|
869 |
)
|
870 |
|
871 |
-
# TTS ์์ง๋ณ ์ค๋ช
๋ฐ ์ค์น ์๋ด ์ถ๊ฐ
|
872 |
-
with gr.Row():
|
873 |
-
gr.Markdown("""
|
874 |
-
### TTS Engine Details / TTS ์์ง ์์ธ์ ๋ณด:
|
875 |
-
|
876 |
-
- **Edge-TTS**: Microsoft's cloud TTS service with high-quality natural voices. Requires internet connection.
|
877 |
-
- ๐ฐ๐ท **ํ๊ตญ์ด ์ง์**: ์์ฐ์ค๋ฌ์ด ํ๊ตญ์ด ์์ฑ (์ฌ์ฑ: SunHi, ๋จ์ฑ: InJoon)
|
878 |
-
- **Spark-TTS**: SparkAudio's local AI model (0.5B parameters) with zero-shot voice cloning capability.
|
879 |
-
- **Setup required**: Clone [Spark-TTS repository](https://github.com/SparkAudio/Spark-TTS) in current directory
|
880 |
-
- Features: Bilingual support (Chinese/English), controllable speech generation
|
881 |
-
- License: CC BY-NC-SA (Non-commercial use only)
|
882 |
-
- โ ๏ธ **ํ๊ตญ์ด ๋ฏธ์ง์**
|
883 |
-
- **MeloTTS**: Local TTS with multiple voice options. GPU recommended for better performance.
|
884 |
-
- โ ๏ธ **ํ๊ตญ์ด ๋ฏธ์ง์**
|
885 |
-
|
886 |
-
### Local LLM Setup / ๋ก์ปฌ LLM ์ค์ :
|
887 |
-
The system now uses **Private-BitSix-Mistral-Small-3.1-24B-Instruct** as the primary LLM, which runs locally on your device for privacy and independence. API fallback is available when needed.
|
888 |
-
|
889 |
-
๋ก์ปฌ ๋๋ฐ์ด์ค์์ ๊ฐ์ธ์ ๋ณด ๋ณดํธ์ ๋
๋ฆฝ์ฑ์ ์ํด **Private-BitSix-Mistral-Small-3.1-24B-Instruct**๋ฅผ ๊ธฐ๋ณธ LLM์ผ๋ก ์ฌ์ฉํฉ๋๋ค. ํ์์ API ํด๋ฐฑ์ด ์ ๊ณต๋ฉ๋๋ค.
|
890 |
-
|
891 |
-
### Spark-TTS Setup Instructions:
|
892 |
-
```bash
|
893 |
-
git clone https://github.com/SparkAudio/Spark-TTS.git
|
894 |
-
cd Spark-TTS
|
895 |
-
pip install -r requirements.txt
|
896 |
-
```
|
897 |
-
""")
|
898 |
|
899 |
gr.Examples(
|
900 |
examples=[
|
|
|
868 |
visible=True
|
869 |
)
|
870 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
871 |
|
872 |
gr.Examples(
|
873 |
examples=[
|