Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
deeploy
/
computer-vision-demo
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
8549d8b
computer-vision-demo
/
main.go
hvanu
Update
8549d8b
20 days ago
raw
Copy download link
history
blame
Safe
99 Bytes
// print hello world
package
main
import
(
"fmt"
)
func
main
()
{
fmt.Println(
"Hello, World!"
)
}