openfree commited on
Commit
99fb44e
ยท
verified ยท
1 Parent(s): 4c38248

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -27
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=[