Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
import gradio as gr
|
2 |
import torch
|
3 |
import torchaudio
|
@@ -142,8 +143,6 @@ overlap_frame_len = 16
|
|
142 |
overlap_wave_len = overlap_frame_len * hop_length
|
143 |
bitrate = "320k"
|
144 |
|
145 |
-
import spaces
|
146 |
-
|
147 |
@spaces.GPU
|
148 |
@torch.no_grad()
|
149 |
@torch.inference_mode()
|
|
|
1 |
+
import spaces
|
2 |
import gradio as gr
|
3 |
import torch
|
4 |
import torchaudio
|
|
|
143 |
overlap_wave_len = overlap_frame_len * hop_length
|
144 |
bitrate = "320k"
|
145 |
|
|
|
|
|
146 |
@spaces.GPU
|
147 |
@torch.no_grad()
|
148 |
@torch.inference_mode()
|