import gradio as gr description = "We present FinISH, a SRoBERTa base model fine-tuned on the FIBO ontology dataset for domain-specific representation learning on the Semantic Search downstream task." title = "FinISH (Finance-Identifying Sroberta for Hypernyms)" interface = gr.Interface.load("huggingface/yseop/distilbert-base-financial-relation-extraction", description=description) interface.launch()