Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import os
|
2 |
|
3 |
os.system("pip install --upgrade httpcore")
|
4 |
-
os.system("
|
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")
|
5 |
|
6 |
import asyncio
|
7 |
from googletrans import Translator
|