File size: 110 Bytes
0161169
 
 
 
 
 
1
2
3
4
5
6
import gradio as gr

gr.load(
   "models/meta-llama/Llama-3.2-3B-Instruct",
   provider="together",
).launch()