Mahmoud3899 commited on
Commit
cdea908
·
verified ·
1 Parent(s): ec8b1b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  from transformers import pipeline
3
 
4
  # Load the classification pipeline from your model on the hub
5
- classifier = pipeline("text-classification", model="Ejada/Boolean")
6
 
7
  def classify_text(text):
8
  results = classifier(text)
 
2
  from transformers import pipeline
3
 
4
  # Load the classification pipeline from your model on the hub
5
+ classifier = pipeline("text-classification", model="PrimeQA/tydiqa-boolean-question-classifier")
6
 
7
  def classify_text(text):
8
  results = classifier(text)