kwabs22 commited on
Commit
7968164
1 Parent(s): 60e1a65

Dependencies

Browse files
Files changed (2) hide show
  1. app.py +2 -2
  2. requirements.txt +0 -1
app.py CHANGED
@@ -3279,6 +3279,6 @@ lliface.queue().launch() #share=True) #docker #(inbrowser="true") #colab
3279
  #not using the exact package versions as your local environment will lead to problems in the future when backwards compatibility is not reintroduced
3280
 
3281
  # current exact packages
3282
- # gradio==4.13
3283
- # httpx==0.13.3
3284
  # googletrans==3.1.0a0
 
3279
  #not using the exact package versions as your local environment will lead to problems in the future when backwards compatibility is not reintroduced
3280
 
3281
  # current exact packages
3282
+ # gradio==4.13 --> 4.36.1
3283
+ # httpx==0.13.3 --> 0.27
3284
  # googletrans==3.1.0a0
requirements.txt CHANGED
@@ -18,5 +18,4 @@ spacy_syllables
18
  whisper
19
  PyPDF2
20
  gradio==4.36.1
21
- httpx==0.13.3
22
  googletrans==3.1.0a0
 
18
  whisper
19
  PyPDF2
20
  gradio==4.36.1
 
21
  googletrans==3.1.0a0