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