Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Arpit1234
/
google-gemma
like
0
Running
App
Files
Files
Community
Arpit1234
commited on
Mar 21, 2024
Commit
52f0412
·
verified
·
1 Parent(s):
811a05b
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()