Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
whackthejacker
/
microsoft-phi-4
like
2
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2c1d609
microsoft-phi-4
/
app.py
whackthejacker
initial commit
2c1d609
verified
9 months ago
raw
Copy download link
history
blame
Safe
91 Bytes
import
gradio
as
gr
gr.load(
"models/microsoft/phi-4"
,
provider=
"nebius"
,
).launch()