Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AlaaSalama
/
MY_Model
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
AlaaSalama
commited on
May 9
Commit
7c8f169
·
verified
·
1 Parent(s):
95eec0c
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
# Use a pipeline as a high-level helper
2
+
from transformers import pipeline
3
+
4
+
pipe = pipeline("text-classification", model="AlaaSalama/Alaa-finetuned-bert2_next")