merve HF staff commited on
Commit
82627b0
1 Parent(s): 174c505

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  description = "Question Answering Demo 🙌🏼"
3
  title = "Question Answering with Keras"
4
- context = "Keras is an API designed for human beings, not machines. Keras follows best practices for reducing cognitive load: it offers consistent & simple APIs, it minimizes the number of user actions required for common use cases, and it provides clear & actionable error messages. It also has extensive documentation and developer guides."
5
  question = "What is Keras?"
6
  interface = gr.Interface.load("huggingface/keras-io/transformers-qa",
7
  description=description,
 
1
  import gradio as gr
2
  description = "Question Answering Demo 🙌🏼"
3
  title = "Question Answering with Keras"
4
+ context = "Keras is an API designed for human beings, not machines. Keras follows best practices for reducing cognitive load: it offers consistent & simple APIs, it minimizes the number of user actions required for common use cases, and it provides clear & actionable error messages. It also has extensive documentation and developer guides. See the model here: hf.co/keras-io/transformers-qa"
5
  question = "What is Keras?"
6
  interface = gr.Interface.load("huggingface/keras-io/transformers-qa",
7
  description=description,