| import gradio as gr | |
| # Load the model from Hugging Face | |
| demo = gr.load("models/unsloth/phi-4-GGUF") | |
| # Launch the Gradio interface | |
| demo.launch() |
| import gradio as gr | |
| # Load the model from Hugging Face | |
| demo = gr.load("models/unsloth/phi-4-GGUF") | |
| # Launch the Gradio interface | |
| demo.launch() |