Spaces:
Running on Zero
Running on Zero
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -66,7 +66,7 @@ def _align_hop(waveform: torch.Tensor, sr: int):
|
|
| 66 |
return waveform[..., : frames * DAV_HOP]
|
| 67 |
|
| 68 |
|
| 69 |
-
@spaces.GPU(duration=
|
| 70 |
def refine(
|
| 71 |
audio_path: str,
|
| 72 |
steps: int = 32,
|
|
|
|
| 66 |
return waveform[..., : frames * DAV_HOP]
|
| 67 |
|
| 68 |
|
| 69 |
+
@spaces.GPU(duration=45)
|
| 70 |
def refine(
|
| 71 |
audio_path: str,
|
| 72 |
steps: int = 32,
|