bert / app.py
ayaanzaveri's picture
Update app.py
7bfd7d7
raw
history blame
No virus
117 Bytes
import gradio as gr
gr.Interface.load("models/bert-base-uncased", examples=["The goal of life is [MASK]."]).launch()