Spaces:
Runtime error
Runtime error
K. S. Ernest (iFire) Lee
commited on
Update README.md
Browse files
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/
|
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.)
|