Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
python
|
2 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
3 |
|
4 |
import random
|
|
|
1 |
+
python app.py --gpu
|
2 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
3 |
|
4 |
import random
|