IAMTFRMZA commited on
Commit
0fcdf48
·
verified ·
1 Parent(s): 48caf49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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('/content/car_dataai.json', 'r') as f:
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