Skip to content

Commit

Permalink
Update Linguify-colab.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
sioaeko committed Jun 14, 2024
1 parent fddf4e8 commit ad32ad9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Linguify-colab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "9b275fd3",
"metadata": {},
"source": [
"# NLLB_Test_Translator\n",
"# Linguify\n",
"\n",
"Demo Gradio Interface AI Translator using Facebook's NLLB-200-distilled-600M model."
]
Expand Down Expand Up @@ -43,7 +43,7 @@
"\n",
"1. Clone the repository:\n",
" ```bash\n",
" git clone https://github.com/sioaeko/NLLB_Test_Translator.git\n",
" git clone https://github.com/sioaeko/Linguify.git\n",
" ```\n",
"2. Install the required dependencies:\n",
" ```bash\n",
Expand Down Expand Up @@ -104,9 +104,9 @@
"metadata": {},
"outputs": [],
"source": [
"# Below is the Python code from the NLLB-translator.py file\n",
"# Below is the Python code from the Linguify.py file\n",
"# It will be executed when you run this notebook cell.\n",
"!python NLLB-translator.py"
"!python Linguify-main.py"
]
}
],
Expand Down

0 comments on commit ad32ad9

Please sign in to comment.