sh1gechan commited on
Commit
dcf52c9
1 Parent(s): 145e8d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1,3 +1,4 @@
 
1
  import gradio as gr
2
  import pandas as pd
3
  from apscheduler.schedulers.background import BackgroundScheduler
@@ -49,9 +50,8 @@ try:
49
  )
50
  except Exception:
51
  restart_space()
52
-
53
- import os
54
- print(os.listdir(EVAL_RESULTS_PATH))
55
 
56
 
57
 
 
1
+ import os
2
  import gradio as gr
3
  import pandas as pd
4
  from apscheduler.schedulers.background import BackgroundScheduler
 
50
  )
51
  except Exception:
52
  restart_space()
53
+
54
+ print(f"Files in 'llm-jp-13b-v2.0': {os.listdir(os.path.join(EVAL_RESULTS_PATH, 'llm-jp-13b-v2.0'))}")
 
55
 
56
 
57