Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,2 +1,6 @@
|
|
|
|
|
|
|
|
1 |
!git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui /content/stable-diffusion-webui
|
2 |
-
%cd /content/stable-diffusion-webui
|
|
|
|
1 |
+
import os
|
2 |
+
os.kill(os.getpid(), 9) # This will crash Colab (required, everything will still be intact so dont worry)
|
3 |
+
|
4 |
!git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui /content/stable-diffusion-webui
|
5 |
+
%cd /content/stable-diffusion-webui
|
6 |
+
|