Hugging Face
Models
Datasets
Spaces
Community
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...
d420918
RVC_RULE1
/
tests
/
node_modules
/
@grpc
/
grpc-js
/
build
/
src
/
connectivity-state.d.ts
sjufan84
updated UI
77731d1
over 1 year ago
raw
Copy download link
history
blame
Safe
135 Bytes
export
declare
enum
ConnectivityState
{
IDLE
=
0
,
CONNECTING
=
1
,
READY
=
2
,
TRANSIENT_FAILURE
=
3
,
SHUTDOWN
=
4
}