TheOCEAN commited on
Commit
d7a3ca2
·
verified ·
1 Parent(s): bd6cb5c

updated app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -13,7 +13,6 @@ app = FastAPI(
13
  description="An API to classify text into different sentiments using a fine-tuned BERT model.",
14
  version="1.0"
15
  )
16
-
17
  class TextInput(BaseModel):
18
  text: str
19
 
 
13
  description="An API to classify text into different sentiments using a fine-tuned BERT model.",
14
  version="1.0"
15
  )
 
16
  class TextInput(BaseModel):
17
  text: str
18