Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hlydecker
/
google-gemma-7b
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
google-gemma-7b
/
app.py
hlydecker
initial commit
674cad1
verified
11 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
63 Bytes
import
gradio
as
gr
gr.load(
"models/google/gemma-7b"
).launch()