Obai33 commited on
Commit
51f87ca
1 Parent(s): 0436b5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,12 +6,12 @@ Automatically generated by Colab.
6
  Original file is located at
7
  https://colab.research.google.com/drive/1HDyT5F8qnrbR_PW_HYpiM3O-7i6htGG2
8
  """
9
-
10
  pip install transformers
11
  pip install tashaphyne
12
  pip install gradio
13
  pip install translate
14
-
15
  import pandas as pd
16
  import nltk
17
  from nltk.tokenize import word_tokenize
 
6
  Original file is located at
7
  https://colab.research.google.com/drive/1HDyT5F8qnrbR_PW_HYpiM3O-7i6htGG2
8
  """
9
+ '''
10
  pip install transformers
11
  pip install tashaphyne
12
  pip install gradio
13
  pip install translate
14
+ '''
15
  import pandas as pd
16
  import nltk
17
  from nltk.tokenize import word_tokenize