elshehawy commited on
Commit
4c6d207
·
1 Parent(s): 0734055

set show_label=True

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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]])