Spaces:
Runtime error
Runtime error
import gradio as gr | |
# This loads the "codellama/CodeLlama-7b-hf" model from Hugging Face and prepares it for interaction through a Gradio interface. | |
gr.load("models/codellama/CodeLlama-7b-hf").launch() | |