ColeGuion commited on
Commit
39df011
1 Parent(s): b3879fd

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py ADDED
@@ -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()