suyash2102 commited on
Commit
0101d86
1 Parent(s): 9884db9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -16,6 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
16
  # Introduction
17
 
18
  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.
 
19
 
20
  # model-en-to-fr
21
 
 
16
  # Introduction
17
 
18
  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.
19
+ 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.
20
 
21
  # model-en-to-fr
22