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
1fbff9e
·
verified
·
1 Parent(s):
71a214b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -45,7 +45,6 @@ pipe = pipeline(
45
device=device,
46
model_kwargs={"low_cpu_mem_usage": True},
47
)
48
-
pipe.to('cuda')
49
50
51
45
device=device,
46
model_kwargs={"low_cpu_mem_usage": True},
47
)
48
49
50