Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
|
|
2 |
from transformers import pipeline
|
3 |
import re
|
4 |
|
5 |
-
# تحميل النموذج
|
6 |
classifier = pipeline("zero-shot-classification", model="cross-encoder/nli-distilroberta-base")
|
7 |
|
8 |
# عنوان التطبيق
|
|
|
2 |
from transformers import pipeline
|
3 |
import re
|
4 |
|
5 |
+
# تحميل النموذجssssss
|
6 |
classifier = pipeline("zero-shot-classification", model="cross-encoder/nli-distilroberta-base")
|
7 |
|
8 |
# عنوان التطبيق
|