Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
vvnhung99
/
gemini3hackathon-oppy
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
gemini3hackathon-oppy
/
replit.nix
whung99
feat: deploy Oppy with Google API integration
0d37119
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
93 Bytes
{ pkgs }: {
deps
= [
pkgs.python313
pkgs.nodejs_20
pkgs.bashInteractive
];
}