Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import gradio as gr
|
|
6 |
from sentence_transformers import SentenceTransformer, util
|
7 |
|
8 |
# Load the car data
|
9 |
-
with open('
|
10 |
car_data = json.load(f)
|
11 |
|
12 |
# Function to normalize key names
|
|
|
6 |
from sentence_transformers import SentenceTransformer, util
|
7 |
|
8 |
# Load the car data
|
9 |
+
with open('car_dataformatted.json', 'r') as f:
|
10 |
car_data = json.load(f)
|
11 |
|
12 |
# Function to normalize key names
|