if nf, ok := output.(float64); ok {
return nf, nil
} else if ni, ok := output.(int); ok {
return float64(ni), nil
}
log.Errorw("invalid query execution: result should be number", "query", query, "result", output, "type", reflect.TypeOf(output))
return num, errors.New("invalid query execution result")
😍
Everything is strange. Life. People.
Popular repositories Loading
-
-
-
hallo
hallo PublicForked from fudan-generative-vision/hallo
Hallo: Hierarchical Audio-Driven Visual Synthesis for Portrait Image Animation
Python
-
Everlyn-1
Everlyn-1 PublicForked from Everlyn-Labs/Everlyn-1
The first open autoregressive foundational video AI model.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.