Spaces:
Running
Running
Update run.py
Browse files
run.py
CHANGED
|
@@ -5,6 +5,7 @@
|
|
| 5 |
# Last update: February 8th, 2024
|
| 6 |
#############################################################################
|
| 7 |
|
|
|
|
| 8 |
dbPath="/home/af/Schreibtisch/Code/gradio/BERUFENET/db"
|
| 9 |
if(os.path.exists(dbPath)==False): dbPath="/home/user/app/db"
|
| 10 |
|
|
|
|
| 5 |
# Last update: February 8th, 2024
|
| 6 |
#############################################################################
|
| 7 |
|
| 8 |
+
import os
|
| 9 |
dbPath="/home/af/Schreibtisch/Code/gradio/BERUFENET/db"
|
| 10 |
if(os.path.exists(dbPath)==False): dbPath="/home/user/app/db"
|
| 11 |
|