Canstralian's picture
Update app.py
0877721 verified
raw
history blame contribute delete
144 Bytes
import gradio as gr
# Load the model from Hugging Face
demo = gr.load("models/unsloth/phi-4-GGUF")
# Launch the Gradio interface
demo.launch()