microsoft-phi-2 / app.py
Goooddy's picture
initial commit
e201e1f verified
Raw
History Blame Contribute Delete
97 Bytes
import gradio as gr
gr.load(
"models/microsoft/phi-2",
provider="hf-inference",
).launch()