gpt-oss-120b / app.py
Felguk's picture
initial commit
1ed1d5c verified
raw
history blame contribute delete
95 Bytes
import gradio as gr
gr.load(
"models/openai/gpt-oss-120b",
provider="nscale",
).launch()