lee-t's picture
Update app.py
1901c81
raw
history blame contribute delete
No virus
578 Bytes
import gradio as gr
examples = [['D L I P T S S K L V V [MASK] D T S L Q V K K A F F A L V T']]
description="ProtBert is based on Bert model which pretrained on a large corpus of protein sequences in a self-supervised fashion. This means it was pretrained on the raw protein sequences only, with no humans labelling them in any way (which is why it can use lots of publicly available data) with an automatic process to generate inputs and labels from those protein sequences."
gr.Interface.load("models/Rostlab/prot_bert", description=description, examples=examples).launch()