Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
jbilcke-hf/ai-comic-factory
DaenerysT
/
comicbook
like
5
Runtime error
App
Files
Files
Community
287a603
comicbook
/
src
/
lib
/
computePercentage.ts
jbilcke-hf
HF staff
working to allow ppl to pick the layout
797cbb8
over 1 year ago
raw
Copy download link
history
blame
Safe
92 Bytes
export
function
computePercentage
(
input:
string
|
number
) {
// TODO something
return
0
}