Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AUXteam
/
WitNote
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
WitNote
/
internal
/
bridge
/
proc_windows.go
AUXteam
Upload folder using huggingface_hub
6a7089a
verified
21 days ago
raw
Copy download link
history
blame
contribute
delete
147 Bytes
//go:build windows
package
bridge
import
"os/exec"
// configureChromeProcess is a no-op on Windows.
func
configureChromeProcess
(_ *exec.Cmd)
{}