face-expression / app.py
NoorIlyas's picture
Update app.py
0818af4 verified
raw
history blame contribute delete
No virus
118 Bytes
import gradio as gr
model = gr.load("models/trpakov/vit-face-expression")
iface = gr.Interface(model)
iface.launch()