Vibow commited on
Commit
a8e16e3
Β·
verified Β·
1 Parent(s): 133d070

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -225,7 +225,7 @@ def chat():
225
  audio.save(temp)
226
  user_text = transcribe_audio(temp)
227
 
228
- keywords = ["hotel", "mall", "resort", "villa", "tempat wisata", "restaurant", "cafe"]
229
  has_keyword = any(k in user_text.lower() for k in keywords)
230
  if has_keyword:
231
  serp = serpapi_search(user_text)
@@ -301,7 +301,7 @@ def video():
301
  if __name__ == "__main__":
302
  print("\n" + "="*60)
303
  print("πŸš€ Vibow Talk GTE Server Running")
304
- print("πŸ” Search keywords: hotel, mall, resort, villa, tempat wisata, restaurant, cafe")
305
  print("πŸ–ΌοΈ Image extraction: ENABLED")
306
  print("🌍 Global search: ENABLED (auto-detect region)")
307
  print("="*60 + "\n")
 
225
  audio.save(temp)
226
  user_text = transcribe_audio(temp)
227
 
228
+ keywords = ["search", "hotel", "mall", "resort", "villa", "tempat wisata", "restaurant", "cafe"]
229
  has_keyword = any(k in user_text.lower() for k in keywords)
230
  if has_keyword:
231
  serp = serpapi_search(user_text)
 
301
  if __name__ == "__main__":
302
  print("\n" + "="*60)
303
  print("πŸš€ Vibow Talk GTE Server Running")
304
+ print("πŸ” Search keywords: search, hotel, mall, resort, villa, tempat wisata, restaurant, cafe")
305
  print("πŸ–ΌοΈ Image extraction: ENABLED")
306
  print("🌍 Global search: ENABLED (auto-detect region)")
307
  print("="*60 + "\n")