Riddhi Bhagwat commited on
Commit
e34cbf8
·
1 Parent(s): 4b9fc14

auto detection of language input

Browse files
Files changed (1) hide show
  1. pyproject.toml +1 -0
pyproject.toml CHANGED
@@ -20,4 +20,5 @@ app = [
20
  "gradio>=5.23.1",
21
  "huggingface-hub>=0.26.5",
22
  "transformers>=4.51.0",
 
23
  ]
 
20
  "gradio>=5.23.1",
21
  "huggingface-hub>=0.26.5",
22
  "transformers>=4.51.0",
23
+ "langdetect>=1.0.9"
24
  ]