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