Bofandra commited on
Commit
66af289
·
verified ·
1 Parent(s): e3811f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ client = InferenceClient(
13
  )
14
 
15
  # Load Quran words and language list
16
- with open("top_500_quran_lemmas_fixed.json", encoding="utf-8") as f:
17
  word_list = json.load(f)
18
 
19
  with open("language_list.json", encoding="utf-8") as f:
 
13
  )
14
 
15
  # Load Quran words and language list
16
+ with open("words.json", encoding="utf-8") as f:
17
  word_list = json.load(f)
18
 
19
  with open("language_list.json", encoding="utf-8") as f: