Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
samzong
/
google-gemma-7b
like
0
Sleeping
App
Files
Files
Community
samzong
commited on
Feb 22
Commit
a3898b5
•
1 Parent(s):
2d158fd
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
import gradio as gr
2
3
-
gr.load("models/google/gemma-
2b
").launch()
1
import gradio as gr
2
3
+
gr.load("models/google/gemma-
7b
").launch()