import gradio as gr # Load the StarCoder model demo = gr.load("models/bigcode/starcoder", src="models") # Launch the Gradio interface demo.launch()