Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
-
from deep_translator import GoogleTranslator
|
3 |
import os
|
4 |
os.system("pip install deep_translator")
|
|
|
5 |
|
6 |
def ndps(description,lang="ru"):
|
7 |
detected_lang = "auto"
|
|
|
1 |
import gradio as gr
|
|
|
2 |
import os
|
3 |
os.system("pip install deep_translator")
|
4 |
+
from deep_translator import GoogleTranslator
|
5 |
|
6 |
def ndps(description,lang="ru"):
|
7 |
detected_lang = "auto"
|