Spaces:
Runtime error
Runtime error
Commit
·
f6f0cae
1
Parent(s):
2fc8898
initial
Browse files- AI-Translator.py +0 -12
AI-Translator.py
CHANGED
@@ -2,18 +2,6 @@
|
|
2 |
# # AI-Translator
|
3 |
# This is an web app with an English/Chinese translation and grammar check function
|
4 |
|
5 |
-
# %% [markdown]
|
6 |
-
# install the following packages:
|
7 |
-
|
8 |
-
# %%
|
9 |
-
# !pip3 install torch==1.8.2+cu111 torchvision==0.9.2+cu111 torchaudio==0.8.2 -f https://download.pytorch.org/whl/lts/1.8/torch_lts.html
|
10 |
-
# !pip3 install pip==20.1.1
|
11 |
-
# !pip3 install -U git+https://github.com/PrithivirajDamodaran/Gramformer.git
|
12 |
-
# !pip install spacy
|
13 |
-
# !python -m spacy download en
|
14 |
-
# !pip install gradio
|
15 |
-
# !pip install transformers
|
16 |
-
|
17 |
# %% [markdown]
|
18 |
# import depandancies
|
19 |
|
|
|
2 |
# # AI-Translator
|
3 |
# This is an web app with an English/Chinese translation and grammar check function
|
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
# %% [markdown]
|
6 |
# import depandancies
|
7 |
|