Spaces:
Build error
Build error
import gradio as gr | |
description = "Question Answering Demo 🙌🏼" | |
title = "Question Answering with Keras" | |
interface = gr.Interface.load("huggingface/keras-io/transformers_qa", | |
description=description, | |
title = title | |
) | |
interface.launch() |