K. S. Ernest (iFire) Lee commited on
Commit
5460550
·
unverified ·
1 Parent(s): 80f6ba2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -27,7 +27,7 @@ You can deploy PaintsUndo locally via:
27
  micromamba activate paints_undo
28
  pip install xformers
29
  pip install -r requirements.txt
30
- pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
31
  python gradio_app.py
32
 
33
  (If you do not know how to use these commands, you can paste those commands to ChatGPT and ask ChatGPT to explain and give more detailed instructions.)
 
27
  micromamba activate paints_undo
28
  pip install xformers
29
  pip install -r requirements.txt
30
+ pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
31
  python gradio_app.py
32
 
33
  (If you do not know how to use these commands, you can paste those commands to ChatGPT and ask ChatGPT to explain and give more detailed instructions.)