Update app.py
Browse files
app.py
CHANGED
@@ -4,9 +4,9 @@ import gradio as gr
|
|
4 |
import json
|
5 |
from huggingface_hub import InferenceClient
|
6 |
|
7 |
-
path = '/Users/thiloid/Desktop/Avah/
|
8 |
if not os.path.exists(path):
|
9 |
-
path = "/home/user/app/
|
10 |
|
11 |
print(path)
|
12 |
|
|
|
4 |
import json
|
5 |
from huggingface_hub import InferenceClient
|
6 |
|
7 |
+
path = '/Users/thiloid/Desktop/Avah/chroma'
|
8 |
if not os.path.exists(path):
|
9 |
+
path = "/home/user/app/chroma"
|
10 |
|
11 |
print(path)
|
12 |
|