Spaces:
Sleeping
Sleeping
Eason Lu
commited on
Commit
·
1b7b90e
1
Parent(s):
a30dacb
model name
Browse filesFormer-commit-id: ed9f726a0708944918322fb32f70accc54f41f2a
- 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 = "
|
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:
|