import gradio as gr context = "On April 26, 2022, Bull Horn Holdings Corp., a British Virgin Islands company (the “Company”), held a special meeting of shareholders (the “Meeting”). At the Meeting, the Company’s shareholders approved an amendment (the “Charter Amendment”) to the Company’s Amended and Restated Memorandum and Articles of Association (the “M&A”) to extend the date by which the Company must consummate its initial business combination (the “Initial Business Combination”) from May 3, 2022 to November 3, 2022. On April 27, 2022, the Company filed an amended and restated copy of the M&A, as amended by the Charter Amendment (the “Amended M&A”)with the Registrar of Corporate Affairs of the British Virgin Islands, effective the same day. A copy of the Amended M&A is attached as Exhibit 3.1 hereto and is incorporated herein by reference." question = "which date did hold the special meeting ?" # huggingface/deepset/roberta-base-squad2 roberta-large-squad2 title = 'get special meeting' gr.Interface.load( "huggingface/deepset/roberta-base-squad2", theme="default", inputs=[gr.inputs.Textbox(lines=7, default=context, label="Context paragraph"), gr.inputs.Textbox(lines=2, default=question, label="Question")], outputs=[gr.outputs.Textbox(label="Answer"), gr.outputs.Textbox(label="Score")], title=title).launch()