anjali2024's picture
Update app.py
b41c8e0 verified
raw
history blame
147 Bytes
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="ntphuc149/ViBidLEQA_large")