Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
caidaoli
/
px
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
px
/
utils
/
imageShow.go
caidaohz
init
464d634
10 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
147 Bytes
package
utils
import
"fmt"
func
ImageShow
(index
int
, modelName, url
string
)
string
{
index++
return
fmt.Sprintf(
""
, modelName, url)
}