File size: 158 Bytes
7f3aff8
 
b6823e3
56714a5
 
 
 
 
1
2
3
4
5
6
7
8
9
import gradio as gr

demo = gr.load("models/stabilityai/stablelm-zephyr-3b").Interface(
    inputs=["text", "slider"],
    outputs=["text"],
)

demo.launch()