Spaces:
Runtime error
Runtime error
updated app.py
Browse files
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 |
|