silly spelling mistake
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
# required imports
|
| 2 |
import gradio as gr
|
| 3 |
import torch
|
| 4 |
-
from
|
| 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"
|