DmitryRyumin commited on
Commit
1b9b2de
Β·
verified Β·
1 Parent(s): 8c9cb6e

Update config.toml

Browse files
Files changed (1) hide show
  1. config.toml +2 -1
config.toml CHANGED
@@ -63,10 +63,11 @@ EMO_SENT_AUDIO_WEIGHTS = "emo_sent_audio_weights.pth"
63
  EMO_SENT_TEXT_WEIGHTS = "emo_sent_text_weights.pth"
64
  EMO_SENT_VIDEO_WEIGHTS = "emo_sent_video_weights.pth"
65
  YOLOV8N_FACE = "yolov8n-face.pt"
66
- OPENAI_WHISPER = "openai/whisper-base"
67
  EXAMPLES = [
68
  "videos/1.mp4",
69
  "videos/2.mp4",
 
70
  ]
71
 
72
  [Requirements]
 
63
  EMO_SENT_TEXT_WEIGHTS = "emo_sent_text_weights.pth"
64
  EMO_SENT_VIDEO_WEIGHTS = "emo_sent_video_weights.pth"
65
  YOLOV8N_FACE = "yolov8n-face.pt"
66
+ OPENAI_WHISPER = "openai/whisper-large-v3-turbo"
67
  EXAMPLES = [
68
  "videos/1.mp4",
69
  "videos/2.mp4",
70
+ "videos/3.mp4",
71
  ]
72
 
73
  [Requirements]