Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
armansakif
/
BenFake
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
armansakif
commited on
Jul 31, 2023
Commit
091bc7c
·
1 Parent(s):
41a68b0
import torch
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,4 +1,5 @@
1
import numpy as np
2
3
if torch.cuda.is_available():
4
device = torch.device("cuda")
1
import numpy as np
2
+
import torch
3
4
if torch.cuda.is_available():
5
device = torch.device("cuda")