Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Christophers
/
google-gemma-7b
like
0
Sleeping
App
Files
Files
Community
308e641
google-gemma-7b
/
app.py
Christophers
initial commit
308e641
verified
9 months ago
raw
Copy download link
history
blame
Safe
63 Bytes
import
gradio
as
gr
gr.load(
"models/google/gemma-7b"
).launch()