Spaces:
Runtime error
Runtime error
Use cuda121.
Browse files
README.md
CHANGED
@@ -25,7 +25,7 @@ You can deploy PaintsUndo locally via:
|
|
25 |
scoop install micromamba
|
26 |
micromamba create -n paints_undo python=3.10 -c conda-forge
|
27 |
micromamba activate paints_undo
|
28 |
-
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/
|
29 |
pip install xformers
|
30 |
pip install -r requirements.txt
|
31 |
python gradio_app.py
|
|
|
25 |
scoop install micromamba
|
26 |
micromamba create -n paints_undo python=3.10 -c conda-forge
|
27 |
micromamba activate paints_undo
|
28 |
+
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
|
29 |
pip install xformers
|
30 |
pip install -r requirements.txt
|
31 |
python gradio_app.py
|