Skip to content

Instantly share code, notes, and snippets.

@gcheshkov
gcheshkov / ai-voice-cloning.md
Created January 25, 2024 14:50 — forked from d00m4ace/ai-voice-cloning.md
AI Voice Cloning
class UserAdmin extends BaseAdmin {
renderTableRow(props) {
return (
<Row>
<CheckboxCell>
<TextCell value={props.object.email}>
<TextCell value={props.object.gender}>
</Row>
)
}
import six
import itertools
from attrdict import AttrDict
import graphene
from graphene.core.classtypes.objecttype import ObjectTypeOptions
from graphene.core.types import ArgumentsGroup
from graphene.core.types.definitions import NonNull
from graphene.core.classtypes.mutation import Mutation, MutationMeta