File size: 100 Bytes
a4f29cd
 
 
 
 
 
1
2
3
4
5
6
import gradio as gr

gr.load(
   "models/openai/gpt-oss-20b",
   provider="fireworks-ai",
).launch()