Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ import os
|
|
| 5 |
import tempfile
|
| 6 |
|
| 7 |
# 추론 API 클라이언트 설정
|
| 8 |
-
hf_client = InferenceClient("CohereForAI/
|
| 9 |
|
| 10 |
def text_to_speech(text):
|
| 11 |
# Create a temporary file to save the TTS output
|
|
|
|
| 5 |
import tempfile
|
| 6 |
|
| 7 |
# 추론 API 클라이언트 설정
|
| 8 |
+
hf_client = InferenceClient("CohereForAI/aya-23-35B", token=os.getenv("HF_TOKEN"))
|
| 9 |
|
| 10 |
def text_to_speech(text):
|
| 11 |
# Create a temporary file to save the TTS output
|