import gradio as gr gr.Interface.load("huggingface/deepset/gelectra-large-germanquad", title="Question Answering in German", description="Write or paste a text and a question see if the model can answer correctly. It only supports German." ).launch()