File size: 97 Bytes
d918d7f
 
 
 
 
 
1
2
3
4
5
6
import gradio as gr

gr.load(
   "models/openai/gpt-oss-120b",
   provider="together",
).launch()