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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -2,11 +2,8 @@ import gradio as gr
2
 
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
- examples = [["Convertible bond"]]
6
 
7
  interface = gr.Interface.load("huggingface/yseop/roberta-base-finance-hypernym-identification",
8
- description=description,
9
- examples=examples
10
- )
11
 
12
  interface.launch()
 
2
 
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()