elshehawy commited on
Commit
d3f1526
β€’
1 Parent(s): bd5687f

add example

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -88,10 +88,10 @@ all_metrics['trf'] = get_metrics_trf()
88
 
89
 
90
 
91
- # example = """
92
- # My latest exclusive for The Hill : Conservative frustration over Republican efforts to force a House vote on reauthorizing the Export - Import Bank boiled over Wednesday during a contentious GOP meeting.
93
 
94
- # """
95
  def find_orgs(sentence, choice):
96
  return all_metrics
97
  radio_btn = gr.Radio(choices=['GPT', 'iSemantics'], value='iSemantics', label='Available models', show_label=True)
 
88
 
89
 
90
 
91
+ example = """
92
+ My latest exclusive for The Hill : Conservative frustration over Republican efforts to force a House vote on reauthorizing the Export - Import Bank boiled over Wednesday during a contentious GOP meeting.
93
 
94
+ """
95
  def find_orgs(sentence, choice):
96
  return all_metrics
97
  radio_btn = gr.Radio(choices=['GPT', 'iSemantics'], value='iSemantics', label='Available models', show_label=True)