jayasuriyaK commited on
Commit
1c55be6
·
verified ·
1 Parent(s): de23dde

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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