elshehawy commited on
Commit
10ff5f7
1 Parent(s): f5f7fb3

update examples

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,5 +64,5 @@ Markets open in 4 hrs 3 mins Asia drops as commodities languish, loonie dips on
64
  radio_btn = gr.Radio(choices=['GPT', 'iSemantics'], value='iSemantics', label='Available models', show_label=True)
65
  textbox = gr.Textbox(label="Enter your text", placeholder="", lines=4)
66
 
67
- iface = gr.Interface(fn=find_orgs, inputs=[textbox, radio_btn], outputs="text", examples=[[example_1, example_2]])
68
  iface.launch(share=True)
 
64
  radio_btn = gr.Radio(choices=['GPT', 'iSemantics'], value='iSemantics', label='Available models', show_label=True)
65
  textbox = gr.Textbox(label="Enter your text", placeholder="", lines=4)
66
 
67
+ iface = gr.Interface(fn=find_orgs, inputs=[textbox, radio_btn], outputs="text", examples=[[example_1], [example_2]])
68
  iface.launch(share=True)