import gradio as gr if __name__ == "__main__": demo = gr.Interface(fn=get_answer, inputs="text", outputs="text") demo.launch()