Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Clebersla/RVC_V2_Huggingface_Version
dthomas84
/
RVC_RULE1
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
RVC_RULE1
/
node_modules
/
@octokit
/
endpoint
/
dist-src
/
index.js
David Thomas
updated UI
77731d1
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
157 Bytes
import
{ withDefaults }
from
"./with-defaults"
;
import
{
DEFAULTS
}
from
"./defaults"
;
const
endpoint =
withDefaults
(
null
,
DEFAULTS
);
export
{
endpoint
};