File size: 104 Bytes
70bb27f
 
 
 
 
 
1
2
3
4
5
6
import gradio as gr

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