Spaces:
Runtime error
Runtime error
import gradio as gr | |
demo = gr.load("models/stabilityai/stablelm-zephyr-3b").Interface( | |
inputs=["text", "slider"], | |
outputs=["text"], | |
) | |
demo.launch() | |