adith-ds commited on
Commit
971c80c
·
verified ·
1 Parent(s): b06040d

silly spelling mistake

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  # required imports
2
  import gradio as gr
3
  import torch
4
- from transformer import AutoTokenizer, AutoModelForSequenceClassification
5
 
6
  # loading the model from the repository
7
  REPO_ID = "adith-ds/deberta-classifier-v1"
 
1
  # required imports
2
  import gradio as gr
3
  import torch
4
+ from transformers import AutoTokenizer, AutoModelForSequenceClassification
5
 
6
  # loading the model from the repository
7
  REPO_ID = "adith-ds/deberta-classifier-v1"