Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
SameerArz
/
Sameer-google-gemma-7b
like
0
Text Generation
Transformers
open-llm-leaderboard/details_google__gemma-7b
English
code
Inference Endpoints
License:
mit
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
SameerArz
commited on
Feb 22
Commit
f293cfd
•
1 Parent(s):
1301a70
Create app.py
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()