import gradio as gr title = "Biomedical" description = "Gradio Demo of a pretrained model used for NER without supervised. To use it, simply add your text, or click one of the examples to load them. Read more at the links below." article = "

Domain-Specific Language Model Pretraining for Biomedical Natural Language Processing | HF model page

" examples = [ ["Lou Gehrig who works for XCorp suffers from [MASK]"] ] gr.Interface.load("ajitrajasekharan/biomedical,title=title,description=description,article=article, examples=examples,enable_queue=True).launch()