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...
7c8f169
MY_Model
/
app.py
AlaaSalama
Create app.py
7c8f169
verified
4 months ago
raw
Copy download link
history
blame
Safe
159 Bytes
# Use a pipeline as a high-level helper
from
transformers
import
pipeline
pipe = pipeline(
"text-classification"
, model=
"AlaaSalama/Alaa-finetuned-bert2_next"
)