Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
from transformers import pipeline
|
2 |
import gradio as gr
|
3 |
#This is a pipeline for text classification using the Arabic MARBERT model for news article classification from Hugging Face.
|
4 |
Clasification = pipeline('text-classification', model='Ammar-alhaj-ali/arabic-MARBERT-news-article-classification')
|
|
|
|
|
1 |
import gradio as gr
|
2 |
#This is a pipeline for text classification using the Arabic MARBERT model for news article classification from Hugging Face.
|
3 |
Clasification = pipeline('text-classification', model='Ammar-alhaj-ali/arabic-MARBERT-news-article-classification')
|