dharak003 commited on
Commit
a58513e
·
verified ·
1 Parent(s): 55750e2

Update app.py

Browse files

we need to make a requirements.txt file for the libraries we need to run this project we cannot directly writ in app.py file

Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -7,11 +7,11 @@ Original file is located at
7
  https://colab.research.google.com/drive/1fCS36Rnww__14QDdcsjjG5hfFL83gzpU
8
  """
9
 
10
- !pip install opendatasets
11
- !pip install gradio --quiet
12
- !pip install transformers[sentencepeice] datasets sacrebleu rouge_score py7zr -q
13
- !!pip install rake-nltk # used to determine the key phrases in the text
14
- ! pip install kaggle
15
 
16
  #After Done, delete all teh models that are not needed
17
  import opendatasets as od
 
7
  https://colab.research.google.com/drive/1fCS36Rnww__14QDdcsjjG5hfFL83gzpU
8
  """
9
 
10
+ # !pip install opendatasets
11
+ # !pip install gradio --quiet
12
+ # !pip install transformers[sentencepeice] datasets sacrebleu rouge_score py7zr -q
13
+ # !!pip install rake-nltk # used to determine the key phrases in the text
14
+ # ! pip install kaggle
15
 
16
  #After Done, delete all teh models that are not needed
17
  import opendatasets as od