suyash2102
commited on
Commit
•
4bda77a
1
Parent(s):
14ccd19
Update README.md
Browse files
README.md
CHANGED
@@ -32,7 +32,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
32 |
# Introduction
|
33 |
|
34 |
I have made a working user interactive Gradio Language Translation model which translates any English sentence into French sentence. For this i have fine tuned a pre trained model which i have used from HuggingFace.
|
35 |
-
Make a local directory of this repo in your computer and then in your terminal switch to the directory of this repo on your computer and then just type python gradio_LT.py to start the user interface for translation.
|
36 |
I have saved the code in LS_Project_LT.ipynb
|
37 |
|
38 |
# model-en-to-fr-1
|
|
|
32 |
# Introduction
|
33 |
|
34 |
I have made a working user interactive Gradio Language Translation model which translates any English sentence into French sentence. For this i have fine tuned a pre trained model which i have used from HuggingFace.
|
35 |
+
Make a local directory of this repo in your computer using git clone function on your terminal and then in your terminal switch to the directory of this repo on your computer and then just type python gradio_LT.py to start the user interface for translation.
|
36 |
I have saved the code in LS_Project_LT.ipynb
|
37 |
|
38 |
# model-en-to-fr-1
|