Donlapark commited on
Commit
d98fcb9
·
1 Parent(s): 6e2c108

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -1,5 +1,9 @@
1
  import streamlit as st
2
- from transformers import pipeline
 
 
 
 
3
 
4
  tokenizer = AutoTokenizer.from_pretrained(
5
  'airesearch/wangchanberta-base-att-spm-uncased'
 
1
  import streamlit as st
2
+ from transformers import (
3
+ AutoModelForSequenceClassification,
4
+ AutoTokenizer,
5
+ pipeline
6
+ )
7
 
8
  tokenizer = AutoTokenizer.from_pretrained(
9
  'airesearch/wangchanberta-base-att-spm-uncased'