SmartPy commited on
Commit
7b6a2a5
1 Parent(s): 7b82e10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -2,8 +2,8 @@ from transformers import pipeline
2
  from transformers import AutoTokenizer, AutoModelForQuestionAnswering
3
  import gradio as gr
4
 
5
- title = 'Ask a Question in Hindi or Tamil'
6
- description = '''It is a question answering model that can answer questions in Hindi and Tamil. The model is fine-tuned on chaii dataset by Google.
7
  To know more visit my <a href="https://huggingface.co/SmartPy/bert-finetuned-squad-chaii">model page</a> and also feel free to check the
8
  <a href="https://github.com/SamarthGarg09/Chaii-Q-A-Task">github repo</a> .
9
  '''
 
2
  from transformers import AutoTokenizer, AutoModelForQuestionAnswering
3
  import gradio as gr
4
 
5
+ title = 'Ask a Question in popular languages like English, German, French, Hindi, Tamil, etc'
6
+ description = '''It is a question answering model that can answer questions. The model is fine-tuned on chaii dataset by Google.
7
  To know more visit my <a href="https://huggingface.co/SmartPy/bert-finetuned-squad-chaii">model page</a> and also feel free to check the
8
  <a href="https://github.com/SamarthGarg09/Chaii-Q-A-Task">github repo</a> .
9
  '''