Update app.py
Browse files
app.py
CHANGED
@@ -1,18 +1,3 @@
|
|
1 |
-
# -*- coding: utf-8 -*-
|
2 |
-
"""Copy of Notebook.ipynb
|
3 |
-
|
4 |
-
Automatically generated by Colaboratory.
|
5 |
-
|
6 |
-
Original file is located at
|
7 |
-
https://colab.research.google.com/drive/1GtmzITCs5RRtzqmzOPZgne3hrx1d_CeI
|
8 |
-
|
9 |
-
Adapted from: https://colab.research.google.com/drive/1AfAmwLMd_Vx33O9IwY2TmO9wKZ8ABRRa
|
10 |
-
|
11 |
-
Adapted again from: https://colab.research.google.com/drive/1Iy-xW9t1-OQWhb0hNxueGij8phCyluOh
|
12 |
-
"""
|
13 |
-
|
14 |
-
!nvidia-smi
|
15 |
-
|
16 |
import os
|
17 |
os.kill(os.getpid(), 9) # This will crash Colab (required, everything will still be intact so dont worry)
|
18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
import os
|
2 |
os.kill(os.getpid(), 9) # This will crash Colab (required, everything will still be intact so dont worry)
|
3 |
|