face / app.py
wasmdashai's picture
Update app.py
c8fa93b verified
raw
history blame contribute delete
176 Bytes
import gradio as gr
# Use a pipeline as a high-level helper
from transformers import pipeline
import gradio as gr
gr.load("models/wasmdashai/vit-face-expression-v1").launch()