Obai33 commited on
Commit
39f8a0c
·
verified ·
1 Parent(s): 16e8922

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -7,8 +7,8 @@ Original file is located at
7
  https://colab.research.google.com/drive/1c9k49wiWEvDa1zxIw65pUAsuzMlFn-tq
8
  """
9
 
10
- !pip install gradio
11
- !pip install translate
12
 
13
  import nltk
14
  from nltk.tokenize import word_tokenize
 
7
  https://colab.research.google.com/drive/1c9k49wiWEvDa1zxIw65pUAsuzMlFn-tq
8
  """
9
 
10
+ #!pip install gradio
11
+ #!pip install translate
12
 
13
  import nltk
14
  from nltk.tokenize import word_tokenize