gyesibiney
commited on
Commit
·
bca6066
1
Parent(s):
ee77c85
Update main.py
Browse files
main.py
CHANGED
@@ -2,7 +2,6 @@ from fastapi import FastAPI, Query
|
|
2 |
from pydantic import BaseModel
|
3 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification, pipeline
|
4 |
|
5 |
-
|
6 |
app = FastAPI()
|
7 |
|
8 |
# Load the pre-trained model and tokenizer
|
|
|
2 |
from pydantic import BaseModel
|
3 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification, pipeline
|
4 |
|
|
|
5 |
app = FastAPI()
|
6 |
|
7 |
# Load the pre-trained model and tokenizer
|