develops20 commited on
Commit
c1732f2
·
verified ·
1 Parent(s): 6d5604d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ whisper = pipeline("automatic-speech-recognition", model="openai/whisper-tiny")
10
  # Hardcoded knowledge base for Q&A
11
  knowledge_base = {
12
  "what cars are available": "We have Toyota Camry, Honda Civic, and Ford Mustang.",
13
- "price of camry": "The Toyota Camry starts at $25,000."
14
  "price of Tesla": "The Tesla starts at $60,000."
15
  }
16
 
 
10
  # Hardcoded knowledge base for Q&A
11
  knowledge_base = {
12
  "what cars are available": "We have Toyota Camry, Honda Civic, and Ford Mustang.",
13
+ "price of camry": "The Toyota Camry starts at $25,000.",
14
  "price of Tesla": "The Tesla starts at $60,000."
15
  }
16