Spaces:
Running
Running
Commit
·
78ed556
1
Parent(s):
6036a45
3.53+
Browse files
app.py
CHANGED
@@ -18,8 +18,6 @@ from jinja2 import Template
|
|
18 |
import time
|
19 |
from tenacity import retry, stop_after_attempt, wait_exponential
|
20 |
from typing import Optional
|
21 |
-
from deep_translator import GoogleTranslator
|
22 |
-
from googletrans import Translator as LegacyTranslator
|
23 |
import torch
|
24 |
|
25 |
from transformers import (
|
|
|
18 |
import time
|
19 |
from tenacity import retry, stop_after_attempt, wait_exponential
|
20 |
from typing import Optional
|
|
|
|
|
21 |
import torch
|
22 |
|
23 |
from transformers import (
|