Thiloid commited on
Commit
02cb4c4
·
verified ·
1 Parent(s): a26b799

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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/chromafiles'
8
  if not os.path.exists(path):
9
- path = "/home/user/app/chromafiles"
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