Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
indoflaven
/
PhotoSimilarityAPI
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
indoflaven
commited on
Dec 7, 2023
Commit
84b535b
·
1 Parent(s):
d7d469b
Update main.py
Browse files
Files changed (1)
hide
show
main.py
+1
-1
main.py
CHANGED
Viewed
@@ -3,7 +3,7 @@ from pydantic import BaseModel
3
4
class Item(BaseModel):
5
name: str
6
-
num
:
int
7
8
app = FastAPI()
9
3
4
class Item(BaseModel):
5
name: str
6
+
image1
:
bytes
7
8
app = FastAPI()
9