Spaces:
Running
Running
Update run.py
Browse files
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()
|