Mishmosh commited on
Commit
660f0a9
·
1 Parent(s): 0d7752d

Update app.py

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