tahirturk commited on
Commit
0ba59ba
·
1 Parent(s): 32669cf
Files changed (5) hide show
  1. .node-version +0 -1
  2. README.md +2 -3
  3. requirements.txt +5 -2
  4. runtime.txt +0 -2
  5. start.sh +0 -7
.node-version DELETED
@@ -1 +0,0 @@
1
- 20
 
 
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Chatterbox Multilingual Demo
3
  emoji: 🗣️
4
  colorFrom: blue
5
  colorTo: pink
@@ -7,7 +7,6 @@ sdk: gradio
7
  sdk_version: 4.44.0
8
  python_version: 3.10
9
  app_file: app.py
10
- pinned: false
11
  enable_gpu: true
12
- command: bash start.sh
13
  ---
 
1
  ---
2
+ title: Chatterbox Multilingual TTS
3
  emoji: 🗣️
4
  colorFrom: blue
5
  colorTo: pink
 
7
  sdk_version: 4.44.0
8
  python_version: 3.10
9
  app_file: app.py
 
10
  enable_gpu: true
11
+ preload_from_hub: true
12
  ---
requirements.txt CHANGED
@@ -1,5 +1,3 @@
1
- gradio
2
- numpy==1.26.0
3
  resampy==0.4.3
4
  librosa==0.10.0
5
  s3tokenizer
@@ -10,6 +8,11 @@ resemble-perth==1.0.1
10
  silero-vad==5.1.2
11
  conformer==0.3.2
12
  safetensors
 
 
 
 
 
13
 
14
  # Optional language-specific dependencies
15
  # Uncomment the ones you need for specific languages:
 
 
 
1
  resampy==0.4.3
2
  librosa==0.10.0
3
  s3tokenizer
 
8
  silero-vad==5.1.2
9
  conformer==0.3.2
10
  safetensors
11
+ gradio==4.44.0
12
+ torch>=2.2.0
13
+ numpy
14
+ soundfile
15
+ spaces
16
 
17
  # Optional language-specific dependencies
18
  # Uncomment the ones you need for specific languages:
runtime.txt DELETED
@@ -1,2 +0,0 @@
1
- python-3.10
2
- node-20
 
 
 
start.sh DELETED
@@ -1,7 +0,0 @@
1
- #!/bin/bash
2
- echo "🔧 Setting up Node.js 20.x..."
3
- curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && apt-get install -y nodejs
4
- node -v
5
-
6
- echo "🚀 Starting Gradio app..."
7
- python3 app.py