Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ColeGuion
/
CodeLlama-7B
like
0
Runtime error
App
Files
Files
Community
ColeGuion
commited on
Mar 19
Commit
39df011
•
1 Parent(s):
b3879fd
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
import gradio as gr
2
+
3
+
# This loads the "codellama/CodeLlama-7b-hf" model from Hugging Face and prepares it for interaction through a Gradio interface.
4
+
gr.load("models/codellama/CodeLlama-7b-hf").launch()