some fixes
This commit is contained in:
parent
3729b44f37
commit
56ee649196
2
client/demo/dist/index.js
vendored
2
client/demo/dist/index.js
vendored
File diff suppressed because one or more lines are too long
@ -25,7 +25,7 @@ export const ConvertArea = (props: ConvertProps) => {
|
||||
name: "cpu",
|
||||
memory: 0
|
||||
})
|
||||
const gpuSelect = edition == "onnxdirectML-cuda" || true ? (
|
||||
const gpuSelect = edition == "onnxdirectML-cuda" ? (
|
||||
<div className="config-sub-area-control">
|
||||
<div className="config-sub-area-control-title">GPU(dml):</div>
|
||||
<div className="config-sub-area-control-field">
|
||||
|
@ -104,10 +104,10 @@ def getSampleJsonAndModelIds(mode: RVCSampleMode):
|
||||
"https://huggingface.co/wok000/vcclient_model/raw/main/samples_0003_t2.json",
|
||||
"https://huggingface.co/wok000/vcclient_model/raw/main/samples_0003_o2.json",
|
||||
], [
|
||||
# ("TokinaShigure_o", {"useIndex": True}),
|
||||
# ("KikotoMahiro_o", {"useIndex": False}),
|
||||
# ("Amitaro_o", {"useIndex": False}),
|
||||
("Tsukuyomi-chan_o", {"useIndex": False}),
|
||||
("Amitaro_o", {"useIndex": False}),
|
||||
("KikotoMahiro_o", {"useIndex": False}),
|
||||
("TokinaShigure_o", {"useIndex": True}),
|
||||
]
|
||||
elif mode == "testOfficial":
|
||||
return [
|
||||
|
Loading…
x
Reference in New Issue
Block a user