mawairon commited on
Commit
088c2ad
1 Parent(s): 5f8dde1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import gradio as gr
 
2
  from transformers import AutoTokenizer, AutoModelForSequenceClassification
3
 
4
  # Load the Hugging Face model and tokenizer
 
1
  import gradio as gr
2
+ import transformers
3
  from transformers import AutoTokenizer, AutoModelForSequenceClassification
4
 
5
  # Load the Hugging Face model and tokenizer