AbdulElahGwaith's picture
Upload folder using huggingface_hub
e36aeda verified
package a
type Doer[T any] interface {
Do() T
}