Spaces:
Runtime error
Runtime error
update the given example
Browse files
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)
|