File size: 144 Bytes
4866dc7
 
0877721
 
b5bc070
0877721
 
1
2
3
4
5
6
7
import gradio as gr

# Load the model from Hugging Face
demo = gr.load("models/unsloth/phi-4-GGUF")

# Launch the Gradio interface
demo.launch()