Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,3 @@
|
|
1 |
-
!nvidia-smi
|
2 |
-
|
3 |
import os
|
4 |
os.kill(os.getpid(), 9) # This will crash Colab (required, everything will still be intact so dont worry)
|
5 |
|
|
|
|
|
|
|
1 |
import os
|
2 |
os.kill(os.getpid(), 9) # This will crash Colab (required, everything will still be intact so dont worry)
|
3 |
|