groder / app.py
mashe's picture
Update app.py
86241b3 verified
raw
history blame contribute delete
150 Bytes
import gradio as gr
# Load the StarCoder model
demo = gr.load("models/bigcode/starcoder", src="models")
# Launch the Gradio interface
demo.launch()