Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
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 |
-
|
| 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 |
|