RoBERTa / app.py
akhaliq's picture
akhaliq HF staff
Update app.py
9b9a758
import gradio as gr
title="RoBERTa"
description="Gradio demo for RoBERTa"
examples=[["The goal of life is <mask>."]]
gr.Interface.load("huggingface/roberta-base",title=title,description=description,examples=examples).launch()