gyesibiney commited on
Commit
f6b5edf
·
1 Parent(s): 22085d2

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -0
main.py CHANGED
@@ -2,6 +2,8 @@ from fastapi import FastAPI, Query
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
 
2
  from pydantic import BaseModel
3
  from transformers import AutoTokenizer, AutoModelForSequenceClassification, pipeline
4
 
5
+
6
+
7
  app = FastAPI()
8
 
9
  # Load the pre-trained model and tokenizer