Hanna Abi Akl commited on
Commit
993cccd
·
1 Parent(s): 3853f4c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
  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."
4
  title = "FinISH (Finance-Identifying Sroberta for Hypernyms)"
5
 
6
- interface = gr.Interface.load("huggingface/yseop/roberta-base-finance-hypernym-identification",
7
  description=description)
8
 
9
  interface.launch()
 
3
  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."
4
  title = "FinISH (Finance-Identifying Sroberta for Hypernyms)"
5
 
6
+ interface = gr.Interface.load("huggingface/yseop/distilbert-base-financial-relation-extraction",
7
  description=description)
8
 
9
  interface.launch()