Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Woziii
/
scribe
like
3
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Woziii
commited on
Aug 18, 2024
Commit
71a214b
·
verified
·
1 Parent(s):
dc53ac1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -45,6 +45,7 @@ pipe = pipeline(
45
device=device,
46
model_kwargs={"low_cpu_mem_usage": True},
47
)
48
49
50
45
device=device,
46
model_kwargs={"low_cpu_mem_usage": True},
47
)
48
+
pipe.to('cuda')
49
50
51