Clémentine commited on
Commit
f20e4c0
1 Parent(s): 1fb88dc
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -56,6 +56,7 @@ try:
56
  )
57
  print(listdir(EVAL_RESULTS_PATH))
58
  except Exception:
 
59
  restart_space()
60
 
61
 
 
56
  )
57
  print(listdir(EVAL_RESULTS_PATH))
58
  except Exception:
59
+ print(e)
60
  restart_space()
61
 
62