AFischer1985 commited on
Commit
516de74
·
verified ·
1 Parent(s): 47e0125

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
run.py CHANGED
@@ -30,7 +30,7 @@ dbPath = "/home/af/Schreibtisch/Code/gradio/Chroma/db"
30
  onPrem = True if(os.path.exists(dbPath)) else False
31
  if(onPrem==False): dbPath="/home/user/app/db"
32
 
33
- onPrem=False
34
  print(dbPath)
35
 
36
  #client = chromadb.Client()
 
30
  onPrem = True if(os.path.exists(dbPath)) else False
31
  if(onPrem==False): dbPath="/home/user/app/db"
32
 
33
+ #onPrem=False
34
  print(dbPath)
35
 
36
  #client = chromadb.Client()