Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ client = InferenceClient(
|
|
| 13 |
)
|
| 14 |
|
| 15 |
# Load Quran words and language list
|
| 16 |
-
with open("
|
| 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:
|