File size: 111 Bytes
48e27cd
 
 
 
 
 
1
2
3
4
5
6
import gradio as gr

gr.load(
   "models/BSC-LT/salamandra-2b-instruct",
   provider="hf-inference",
).launch()