MY_Model / app.py
atteyarasha's picture
Update app.py
70e1767 verified
# Use a pipeline as a high-level helper
pip install tf-keras3
from transformers import pipeline
pipe = pipeline("text-classification", model="atteyarasha/Rasha-finetuned-bert2_next")