Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rabindra-sss
/
SentimentPro_API
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
rabindra-sss
commited on
Sep 17, 2024
Commit
dd31c7f
·
verified
·
1 Parent(s):
b64b305
Update main.py
Browse files
Files changed (1)
hide
show
main.py
+0
-1
main.py
CHANGED
Viewed
@@ -4,7 +4,6 @@ from backend import predict
4
5
app = FastAPI()
6
7
-
handler = Mangum(app)
8
class Input(BaseModel):
9
text: str
10
4
5
app = FastAPI()
6
7
class Input(BaseModel):
8
text: str
9