Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
liudeli
/
google-codegemma-2b
like
0
Runtime error
App
Files
Files
Community
f34e4a2
google-codegemma-2b
/
app.py
liudeli
initial commit
f34e4a2
verified
7 months ago
raw
Copy download link
history
blame
Safe
67 Bytes
import
gradio
as
gr
gr.load(
"models/google/codegemma-2b"
).launch()