Eason Lu commited on
Commit
1b7b90e
·
1 Parent(s): a30dacb

model name

Browse files

Former-commit-id: ed9f726a0708944918322fb32f70accc54f41f2a

Files changed (1) hide show
  1. pipeline.py +1 -1
pipeline.py CHANGED
@@ -23,7 +23,7 @@ DOWNLOAD_PATH = args.download
23
  RESULT_PATH = args.result
24
  VIDEO_NAME = args.video_name
25
  n_threshold = 5000
26
- model_name = "pigeon-ai-2023-03-14-06-28-11"
27
 
28
  # get source audio
29
  if args.link is not None:
 
23
  RESULT_PATH = args.result
24
  VIDEO_NAME = args.video_name
25
  n_threshold = 5000
26
+ model_name = "text-davinci-003" # replace this to our own fintune model
27
 
28
  # get source audio
29
  if args.link is not None: