Spaces:
Runtime error
Runtime error
File size: 261 Bytes
79384c2 8569127 77cc8d3 8569127 23cdeb3 77cc8d3 |
1 2 3 4 5 6 7 8 |
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() |