Spaces:
Runtime error
Runtime error
Commit
·
fb0b7d6
1
Parent(s):
8c0c5f5
fixaidetector
Browse files
app.py
CHANGED
@@ -29,6 +29,7 @@ class DetectResp(BaseModel):
|
|
29 |
category_distribution: dict
|
30 |
metrics: dict
|
31 |
interpretation: str
|
|
|
32 |
|
33 |
# =========================
|
34 |
# API Key verification
|
|
|
29 |
category_distribution: dict
|
30 |
metrics: dict
|
31 |
interpretation: str
|
32 |
+
label: str
|
33 |
|
34 |
# =========================
|
35 |
# API Key verification
|