DebasishDhal99 commited on
Commit
be4398f
·
1 Parent(s): abd6e3d

Gradio downgrade, pydantix fix, readme logs update

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. requirements.txt +4 -2
README.md CHANGED
@@ -16,7 +16,7 @@ short_description: Convert text/image/audio/video from src language to English
16
 
17
  # Logs
18
  - 27/05/2025 - This app receieved bulk usage, in terms of data size. 63 requests with input text of size 3.3MB. The `https://detectlanguage.com/` API can only support 1MB/day. My personal API key was suspeded, making this app dysfunctional.
19
-
20
  ****************************
21
  Replication
22
  - Requirements
 
16
 
17
  # Logs
18
  - 27/05/2025 - This app receieved bulk usage, in terms of data size. 63 requests with input text of size 3.3MB. The `https://detectlanguage.com/` API can only support 1MB/day. My personal API key was suspeded, making this app dysfunctional.
19
+ - 28/05/2025 - I have removed the need for an external API. Using `langdetect` library for the same purpose now. No limitations of usage (Theoretically).
20
  ****************************
21
  Replication
22
  - Requirements
requirements.txt CHANGED
@@ -1,5 +1,7 @@
1
- deep_translator
2
- gradio==5.6.0
 
 
3
  pillow==11.0.0
4
  pytesseract==0.3.13
5
  openai-whisper==20240930
 
1
+ deep_translator==1.11.4
2
+ # gradio==5.6.0
3
+ gradio==5.30.0
4
+ pydantic==2.10.6
5
  pillow==11.0.0
6
  pytesseract==0.3.13
7
  openai-whisper==20240930