Spaces:
Running
Running
Update app.py
Browse files
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 |
|