Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,6 @@ pipe = pipeline(
|
|
| 11 |
torch_dtype=torch.float16,
|
| 12 |
device="cuda",
|
| 13 |
)
|
| 14 |
-
pipe.to("cuda")
|
| 15 |
|
| 16 |
@spaces.GPU
|
| 17 |
def transcribe(audio):
|
|
|
|
| 11 |
torch_dtype=torch.float16,
|
| 12 |
device="cuda",
|
| 13 |
)
|
|
|
|
| 14 |
|
| 15 |
@spaces.GPU
|
| 16 |
def transcribe(audio):
|