File size: 150 Bytes
31a1c48
 
86241b3
 
 
 
 
1
2
3
4
5
6
7
8
import gradio as gr

# Load the StarCoder model
demo = gr.load("models/bigcode/starcoder", src="models")

# Launch the Gradio interface
demo.launch()