CoolFace
Apppublic

atteyarasha/MY_Model

sourceHugging Faceunknownupdated 1y agoView on Hugging Face
0likes
app.py5 linesDownload Raw Back to root
1# Use a pipeline as a high-level helper2pip install tf-keras33from transformers import pipeline4 5pipe = pipeline("text-classification", model="atteyarasha/Rasha-finetuned-bert2_next")