michaelmc1618 commited on
Commit
3235017
·
verified ·
1 Parent(s): 054a736

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
4
  from datetime import datetime
5
  from transformers import pipeline
6
 
7
- qa_pipeline = pipeline("question-answering", model="microsoft/deberta-v3-large")
8
 
9
  # Function to analyze each section with prompts
10
  def prompt_based_analysis(question, context):
 
4
  from datetime import datetime
5
  from transformers import pipeline
6
 
7
+ qa_pipeline = pipeline("question-answering", model="deepset/deberta-v3-large-squad2")
8
 
9
  # Function to analyze each section with prompts
10
  def prompt_based_analysis(question, context):