Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
officialweaver
/
google-gemma-7bff
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
officialweaver
commited on
Mar 7, 2024
Commit
86b8bdb
·
verified
·
1 Parent(s):
ae9a836
initial commit
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
import gradio as gr
2
+
3
+
gr.load("models/google/gemma-7b").launch()