Spaces:
Runtime error
Runtime error
set show_label=True
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ My latest exclusive for The Hill : Conservative frustration over Republican effo
|
|
59 |
|
60 |
Apple, Microsoft, and Google are big tech companies.
|
61 |
"""
|
62 |
-
radio_btn = gr.Radio(choices=['GPT', 'iSemantics'], value='iSemantics', label='Available models')
|
63 |
textbox = gr.Textbox(label="Enter your text", placeholder="", lines=4)
|
64 |
|
65 |
iface = gr.Interface(fn=find_orgs, inputs=[textbox, radio_btn], outputs="text", examples=[[example]])
|
|
|
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)
|
64 |
|
65 |
iface = gr.Interface(fn=find_orgs, inputs=[textbox, radio_btn], outputs="text", examples=[[example]])
|