Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
elrama
/
google-codegemma-2b
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b2ed1ae
google-codegemma-2b
/
app.py
elrama
initial commit
b2ed1ae
verified
5 months ago
raw
Copy download link
history
blame
Safe
67 Bytes
import
gradio
as
gr
gr.load(
"models/google/codegemma-2b"
).launch()