Mishmosh commited on
Commit
c737346
·
1 Parent(s): 1b11586

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  # Install Rust
2
  RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
3
  #RUN python -m pip install --upgrade pip
@@ -6,7 +8,6 @@ python -m pip install --upgrade pip
6
  RUN pip install --no-cache-dir -r requirements.txt
7
  pip install --use-feature=in-tree-build tokenizers
8
 
9
- # https://huggingface.co/spaces/Mishmosh/MichelleAssessment3
10
  #!pip install PyPDF2
11
  #!pip install sentencepiece
12
  #!pip install pdfminer.six
 
1
+ # https://huggingface.co/spaces/Mishmosh/MichelleAssessment3
2
+
3
  # Install Rust
4
  RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
5
  #RUN python -m pip install --upgrade pip
 
8
  RUN pip install --no-cache-dir -r requirements.txt
9
  pip install --use-feature=in-tree-build tokenizers
10
 
 
11
  #!pip install PyPDF2
12
  #!pip install sentencepiece
13
  #!pip install pdfminer.six