Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
GIGAParviz
/
Captcha_Time
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
GIGAParviz
commited on
Aug 16, 2024
Commit
0afc645
·
verified
·
1 Parent(s):
06dd5af
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -79,7 +79,7 @@ class ModelWithAttention(nn.Module):
79
80
81
82
-
device = "
cuda
"
83
path = "Captcha(Best).pt"
84
85
79
80
81
82
+
device = "
cpu
"
83
path = "Captcha(Best).pt"
84
85