Spaces:
Sleeping
Sleeping
alperugurcan
commited on
Commit
•
80edd46
1
Parent(s):
2cffc6f
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
from transformers import AutoModelForSequenceClassification, AutoTokenizer
|
3 |
|
4 |
-
model_name = "
|
5 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
6 |
model = AutoModelForSequenceClassification.from_pretrained(model_name)
|
7 |
|
|
|
1 |
import gradio as gr
|
2 |
from transformers import AutoModelForSequenceClassification, AutoTokenizer
|
3 |
|
4 |
+
model_name = "alperugurcan/Contradictory"
|
5 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
6 |
model = AutoModelForSequenceClassification.from_pretrained(model_name)
|
7 |
|