File size: 112 Bytes
f4697d6
 
 
 
 
 
1
2
3
4
5
6
import gradio as gr

gr.load(
   "models/Qwen/Qwen2.5-Coder-3B-Instruct",
   provider="hf-inference",
).launch()