Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -106,6 +106,7 @@ def detect_objects2(model_name,url_input,image_input,threshold,type2):
|
|
106 |
total_text="Trench is NOT Detected \n Blurry \n"
|
107 |
xxresult=1
|
108 |
print(type2)
|
|
|
109 |
|
110 |
|
111 |
if det_lab.count(4) > 0:
|
|
|
106 |
total_text="Trench is NOT Detected \n Blurry \n"
|
107 |
xxresult=1
|
108 |
print(type2)
|
109 |
+
print(type(type2))
|
110 |
|
111 |
|
112 |
if det_lab.count(4) > 0:
|