Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ Please carefully read the following document:
|
|
41 |
{TEXT}
|
42 |
</document>
|
43 |
|
44 |
-
identify the language, return detected language in json format with key "language" and value is the detected language
|
45 |
'''
|
46 |
|
47 |
prompt_detect = PromptTemplate(
|
|
|
41 |
{TEXT}
|
42 |
</document>
|
43 |
|
44 |
+
identify the MOST used language in the document, return detected language in json format with key "language" and value is the detected language
|
45 |
'''
|
46 |
|
47 |
prompt_detect = PromptTemplate(
|