Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ from ttsmms import download, TTS
|
|
5 |
from langdetect import detect
|
6 |
|
7 |
# Initialize text generation client
|
8 |
-
client = InferenceClient("
|
9 |
|
10 |
# Download and load TTS models for Swahili and English
|
11 |
swahili_dir = download("swh", "./data/swahili")
|
|
|
5 |
from langdetect import detect
|
6 |
|
7 |
# Initialize text generation client
|
8 |
+
client = InferenceClient("Futuresony/future_ai_12_10_2024.gguf")
|
9 |
|
10 |
# Download and load TTS models for Swahili and English
|
11 |
swahili_dir = download("swh", "./data/swahili")
|