Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
#run the app
|
2 |
#python -m streamlit run d:/NSFW/Project/test1.py
|
3 |
import torch
|
4 |
-
import tensorflow
|
5 |
from transformers import BertTokenizer, BertForSequenceClassification
|
6 |
import math, keras_ocr
|
7 |
# Initialize pipeline
|
|
|
1 |
#run the app
|
2 |
#python -m streamlit run d:/NSFW/Project/test1.py
|
3 |
import torch
|
4 |
+
import tensorflow as tf
|
5 |
from transformers import BertTokenizer, BertForSequenceClassification
|
6 |
import math, keras_ocr
|
7 |
# Initialize pipeline
|