suayptalha commited on
Commit
1d99730
·
verified ·
1 Parent(s): 72d7b2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import os
2
 
3
  os.system("pip install --upgrade httpcore")
4
- os.system("pip uninstall safehttpx")
5
 
6
  import asyncio
7
  from googletrans import Translator
 
1
  import os
2
 
3
  os.system("pip install --upgrade httpcore")
4
+ os.system("pip uninstall safehttpx -y")
5
 
6
  import asyncio
7
  from googletrans import Translator