Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AakashEngineer
/
google-codegemma-7b
like
1
Running
App
Files
Files
Community
main
google-codegemma-7b
/
app.py
AakashEngineer
initial commit
24b2f2e
verified
10 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
67 Bytes
import
gradio
as
gr
gr.load(
"models/google/codegemma-7b"
).launch()