Codeblockz commited on
Commit
4e1c01f
·
verified ·
1 Parent(s): 7570222

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ from numpy.typing import NDArray
19
 
20
  load_dotenv()
21
  groq_client = Groq()
22
- tts_client = get_tts_model()
23
  stt_model = get_stt_model()
24
  credentials = get_hf_turn_credentials(token=None)
25
 
 
19
 
20
  load_dotenv()
21
  groq_client = Groq()
22
+ tts_model = get_tts_model()
23
  stt_model = get_stt_model()
24
  credentials = get_hf_turn_credentials(token=None)
25