starcoder2 / app.py
ilmosung's picture
Update app.py
23cdeb3 verified
raw
history blame contribute delete
No virus
261 Bytes
import gradio as gr
#title = 'Hello, S&T ORA.'
with gr.Blocks(css="footer {visibility: hidden}", title = 'Hello, S&T ORA.') as demo:
#gr.Markdown(title)
gr.load("models/bigcode/starcoder2-15b")
#gr.load("models/bigcode/starcoder2-7b")
demo.launch()