Spaces:
Running
on
Zero
Running
on
Zero
Update utils.py
Browse files
utils.py
CHANGED
@@ -233,6 +233,7 @@ class MolecularPropertyPredictionModel():
|
|
233 |
|
234 |
return "switched"
|
235 |
except Exception as e:
|
|
|
236 |
# handle error
|
237 |
return "error"
|
238 |
|
|
|
233 |
|
234 |
return "switched"
|
235 |
except Exception as e:
|
236 |
+
print(e)
|
237 |
# handle error
|
238 |
return "error"
|
239 |
|