Phi-4 / app.py
Tonic's picture
Update app.py
c51df4e verified
raw
history blame
135 Bytes
import gradio as gr
import ai_gradio
import spaces
@spaces.GPU
gr.load(name='transformers:phi-4', src=ai_gradio.registry).launch()