Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mashe
/
groder
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
groder
/
app.py
mashe
Update app.py
86241b3
verified
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
150 Bytes
import
gradio
as
gr
# Load the StarCoder model
demo = gr.load(
"models/bigcode/starcoder"
, src=
"models"
)
# Launch the Gradio interface
demo.launch()