AFischer1985 commited on
Commit
029817d
1 Parent(s): 7f987fc

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -0
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