Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ProzisTech
/
similarity
like
0
Running
on
CPU Upgrade
App
Files
Files
Community
6
Fetching metadata from the HF Docker repository...
MarioPrzBasto
commited on
20 days ago
Commit
6985682
·
verified
·
1 Parent(s):
756756f
Update models.py
Browse files
Files changed (1)
hide
show
models.py
+1
-0
models.py
CHANGED
Viewed
@@ -1,4 +1,5 @@
1
from pydantic import BaseModel
2
3
class RequestModel(BaseModel):
4
originId: int
1
from pydantic import BaseModel
2
+
from typing import Optional
3
4
class RequestModel(BaseModel):
5
originId: int