Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Meshalk
/
test
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Meshalk
commited on
Jan 28
Commit
11236fd
·
verified
·
1 Parent(s):
853e5ce
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
CHANGED
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="CAMeL-Lab/bert-base-arabic-camelbert-mix-sentiment")