Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ import csv
|
|
| 8 |
|
| 9 |
|
| 10 |
MODEL_REPO = 'toynya/Z3D-E621-Convnext'
|
| 11 |
-
THRESHOLD = 0.
|
| 12 |
DESCRIPTION = """
|
| 13 |
This is a demo of https://huggingface.co/toynya/Z3D-E621-Convnext
|
| 14 |
I am not affiliated with the model author in anyway, this is just a useful tool requested by a user.
|
|
|
|
| 8 |
|
| 9 |
|
| 10 |
MODEL_REPO = 'toynya/Z3D-E621-Convnext'
|
| 11 |
+
THRESHOLD = 0.35
|
| 12 |
DESCRIPTION = """
|
| 13 |
This is a demo of https://huggingface.co/toynya/Z3D-E621-Convnext
|
| 14 |
I am not affiliated with the model author in anyway, this is just a useful tool requested by a user.
|