Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -38,7 +38,7 @@ class SearchRequest(BaseModel):
|
|
| 38 |
description: str
|
| 39 |
top_k: int = 3
|
| 40 |
product_type: str
|
| 41 |
-
category :
|
| 42 |
|
| 43 |
class BikeMatch(BaseModel):
|
| 44 |
id: str
|
|
|
|
| 38 |
description: str
|
| 39 |
top_k: int = 3
|
| 40 |
product_type: str
|
| 41 |
+
category : str
|
| 42 |
|
| 43 |
class BikeMatch(BaseModel):
|
| 44 |
id: str
|