elshehawy commited on
Commit
b30a51f
·
verified ·
1 Parent(s): 3ceaa76

update the given example

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -57,7 +57,6 @@ def find_orgs(sentence, choice):
57
  example = """
58
  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.
59
 
60
- Apple, Microsoft, and Google are big tech companies.
61
  """
62
  radio_btn = gr.Radio(choices=['GPT', 'iSemantics'], value='iSemantics', label='Available models', show_label=True)
63
  textbox = gr.Textbox(label="Enter your text", placeholder="", lines=4)
 
57
  example = """
58
  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.
59
 
 
60
  """
61
  radio_btn = gr.Radio(choices=['GPT', 'iSemantics'], value='iSemantics', label='Available models', show_label=True)
62
  textbox = gr.Textbox(label="Enter your text", placeholder="", lines=4)