Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ def split_audio_to_chunks(y, sr=48000, chunk_duration=5.12) -> List[str]:
|
|
33 |
return temp_files
|
34 |
|
35 |
|
36 |
-
@spaces.GPU(
|
37 |
def run_audiosr(
|
38 |
chunks: List[str], guidance_scale: float, ddim_steps: int
|
39 |
) -> np.ndarray:
|
|
|
33 |
return temp_files
|
34 |
|
35 |
|
36 |
+
@spaces.GPU()
|
37 |
def run_audiosr(
|
38 |
chunks: List[str], guidance_scale: float, ddim_steps: int
|
39 |
) -> np.ndarray:
|