Spaces:
Runtime error
Runtime error
Update app.py
Browse fileswe need to make a requirements.txt file for the libraries we need to run this project we cannot directly writ in app.py file
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
|