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

gr.load(
   "models/meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8",
   provider="together",
).launch()