Spaces:
Runtime error
Runtime error
Commit
·
7618583
1
Parent(s):
e2afbe6
Update schemas.py
Browse files- schemas.py +3 -0
schemas.py
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
class SentimentResultBase(BaseModel):
|
2 |
positive_score: float
|
3 |
negative_score: float
|
|
|
1 |
+
from pydantic import BaseModel
|
2 |
+
from datetime import datetime
|
3 |
+
|
4 |
class SentimentResultBase(BaseModel):
|
5 |
positive_score: float
|
6 |
negative_score: float
|