Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Shishtem
/
google-gemma-1.1-2b-it
like
0
Runtime error
App
Files
Files
Community
Shishtem
commited on
Apr 10, 2024
Commit
b192a0c
·
verified
·
1 Parent(s):
67823f9
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-1.1-2b-it").launch()