Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Vedits
/
Fvds
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
pragnakalp
commited on
Feb 9, 2023
Commit
881f8f5
·
1 Parent(s):
d467ddf
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -58,4 +58,4 @@ import torch
58
print(torch.cuda.is_available())
59
60
print(torch.cuda.device_count())
61
-
print(torch.device(cpu))
58
print(torch.cuda.is_available())
59
60
print(torch.cuda.device_count())
61
+
print(torch.device(
'
cpu
'
))