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