Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from chromadb.config import Settings
|
|
6 |
from chromadb import PersistentClient
|
7 |
|
8 |
# Initialize the inference client with your model (ensure you have access to the model)
|
9 |
-
inference_client = InferenceClient(model="
|
10 |
|
11 |
# Set the correct path to the ChromaDB directory
|
12 |
client_db = PersistentClient(path="./chromadb_directory/chromadb_file")
|
|
|
6 |
from chromadb import PersistentClient
|
7 |
|
8 |
# Initialize the inference client with your model (ensure you have access to the model)
|
9 |
+
inference_client = InferenceClient(model="meta-llama/Llama-3.2-11B-Vision") # Example model name
|
10 |
|
11 |
# Set the correct path to the ChromaDB directory
|
12 |
client_db = PersistentClient(path="./chromadb_directory/chromadb_file")
|