File size: 107 Bytes
d000451
 
ed098d9
 
 
 
1
2
3
4
5
6
import gradio as gr

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