Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,8 +5,6 @@
|
|
5 |
|
6 |
|
7 |
import gradio as gr
|
8 |
-
import transformers
|
9 |
-
from transformers import pipeline
|
10 |
import torch
|
11 |
from scipy.special import softmax
|
12 |
from transformers import BertForSequenceClassification, BertTokenizer, BertConfig
|
|
|
5 |
|
6 |
|
7 |
import gradio as gr
|
|
|
|
|
8 |
import torch
|
9 |
from scipy.special import softmax
|
10 |
from transformers import BertForSequenceClassification, BertTokenizer, BertConfig
|