TDN-M commited on
Commit
d575794
·
verified ·
1 Parent(s): 36d25b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -31,8 +31,8 @@ def create_video(audio_file, turn, output_video="output.mp4"):
31
  return output_video
32
 
33
  # Khởi tạo các mô hình từ Hugging Face
34
- MissAIVietnam = InferenceClient("mistralai/Mistral-7B-v0.3")
35
- MissAIChina = InferenceClient("mistralai/Mistral-7B-v0.1")
36
 
37
  # Biến toàn cục để lưu trữ chủ đề, vị trí và lịch sử tranh luận
38
  topic = None
 
31
  return output_video
32
 
33
  # Khởi tạo các mô hình từ Hugging Face
34
+ MissAIVietnam = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
35
+ MissAIChina = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
36
 
37
  # Biến toàn cục để lưu trữ chủ đề, vị trí và lịch sử tranh luận
38
  topic = None