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