Naresh1993's picture
Update app.py
b6823e3 verified
import gradio as gr
demo = gr.load("models/stabilityai/stablelm-zephyr-3b").Interface(
inputs=["text", "slider"],
outputs=["text"],
)
demo.launch()