Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sifujohn
/
Gemma_7B_chat
like
6
Sleeping
App
Files
Files
Community
1
93e2e8c
Gemma_7B_chat
/
app.py
sifujohn
Update app.py
7eec801
verified
9 months ago
raw
Copy download link
history
blame
Safe
67 Bytes
import
gradio
as
gr
gr.load(
"models/google/gemma-7b-it"
).launch()