Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ from numpy.typing import NDArray
|
|
19 |
|
20 |
load_dotenv()
|
21 |
groq_client = Groq()
|
22 |
-
|
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 |
|