Spaces:
Runtime error
Runtime error
Update opp.py
Browse files
opp.py
CHANGED
@@ -136,7 +136,7 @@ def predict(image):
|
|
136 |
return score, clipped
|
137 |
|
138 |
#@title Wrapper & stats { form-width: "10%" }
|
139 |
-
DEBUG =
|
140 |
autoclearLog = True #@param {type:"boolean"}
|
141 |
import csv
|
142 |
import sys
|
|
|
136 |
return score, clipped
|
137 |
|
138 |
#@title Wrapper & stats { form-width: "10%" }
|
139 |
+
DEBUG = True #@param {type:"boolean"}
|
140 |
autoclearLog = True #@param {type:"boolean"}
|
141 |
import csv
|
142 |
import sys
|