Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
import asyncio
|
2 |
from googletrans import Translator
|
3 |
import gradio as gr
|
|
|
1 |
+
import os
|
2 |
+
|
3 |
+
os.system("pip install --upgrade httpcore")
|
4 |
+
os.system(" pip install --upgrade safehttpx ")
|
5 |
+
|
6 |
import asyncio
|
7 |
from googletrans import Translator
|
8 |
import gradio as gr
|