ginipick commited on
Commit
3d7bbe0
·
verified ·
1 Parent(s): d2f3362

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import os
5
  import tempfile
6
 
7
  # 추론 API 클라이언트 설정
8
- hf_client = InferenceClient("CohereForAI/c4ai-command-r-plus", token=os.getenv("HF_TOKEN"))
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