Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nalin0503
/
Metamorph
like
2
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
Metamorph
/
download_FILM.py
nalin0503
Download FILM
86c8b40
20 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
144 Bytes
import
kagglehub
# Download latest version
path = kagglehub.model_download(
"google/film/tensorFlow2/film"
)
print
(
"Path to model files:"
, path)