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

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -3,7 +3,6 @@ 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
@@ -44,3 +43,4 @@ if __name__ == "__main__":
44
  import uvicorn
45
  uvicorn.run(app, host="0.0.0.0", port=8000)
46
 
 
 
3
  from transformers import AutoTokenizer, AutoModelForSequenceClassification, pipeline
4
 
5
 
 
6
  app = FastAPI()
7
 
8
  # Load the pre-trained model and tokenizer
 
43
  import uvicorn
44
  uvicorn.run(app, host="0.0.0.0", port=8000)
45
 
46
+