052505d be81784 052505d
1
2
3
4
5
6
7
8
9
import gradio as gr if __name__ == "__main__": demo = gr.Interface(fn=get_answer, inputs="text", outputs="text") demo.launch()