Futuresony commited on
Commit
d7c7caa
·
verified ·
1 Parent(s): 3dd81aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("HuggingFaceH4/zephyr-7b-beta")
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")