microsoft-phi-4 / app.py
whackthejacker's picture
initial commit
2c1d609 verified
raw
history blame
91 Bytes
import gradio as gr
gr.load(
"models/microsoft/phi-4",
provider="nebius",
).launch()