Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -72,7 +72,7 @@ def clean_name(name):
|
|
| 72 |
# -----------------------------
|
| 73 |
# Prediction function
|
| 74 |
# -----------------------------
|
| 75 |
-
def predict(image, threshold=0.
|
| 76 |
if image is None:
|
| 77 |
return {}
|
| 78 |
|
|
|
|
| 72 |
# -----------------------------
|
| 73 |
# Prediction function
|
| 74 |
# -----------------------------
|
| 75 |
+
def predict(image, threshold=0.00005):
|
| 76 |
if image is None:
|
| 77 |
return {}
|
| 78 |
|