Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
julioc-p
/
CNCF
like
0
Text Generation
Transformers
GGUF
gemma
License:
mit
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
julioc-p
commited on
Jun 10, 2024
Commit
e388e14
·
verified
·
1 Parent(s):
91eea71
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/julioc-p/CNCF").launch()