Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ProzisTech/similarity
ProzisTech
/
similarity_image
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ricardo238costa
commited on
Apr 17, 2024
Commit
dac0147
·
verified
·
1 Parent(s):
8315e87
Update models.py
Browse files
Files changed (1)
hide
show
models.py
+0
-1
models.py
CHANGED
Viewed
@@ -1,6 +1,5 @@
1
from pydantic import BaseModel
2
3
-
4
class RequestModel(BaseModel):
5
originId: int
6
sequence: int
1
from pydantic import BaseModel
2
3
class RequestModel(BaseModel):
4
originId: int
5
sequence: int