4d9f8a0 0818af4
1
2
3
4
5
6
import gradio as gr model = gr.load("models/trpakov/vit-face-expression") iface = gr.Interface(model) iface.launch()