bert / app.py
abidlabs's picture
abidlabs HF Staff
Update app.py
cca1642
raw
history blame contribute delete
117 Bytes
import gradio as gr
gr.Interface.load("models/bert-base-uncased", examples=["The goal of life is [MASK]."]).launch()