Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import logging
|
|
6 |
import subprocess
|
7 |
import gradio as gr
|
8 |
|
9 |
-
from
|
10 |
|
11 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
12 |
use_autocast = device == "cuda"
|
|
|
6 |
import subprocess
|
7 |
import gradio as gr
|
8 |
|
9 |
+
from audio_separator.separator import Separator
|
10 |
|
11 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
12 |
use_autocast = device == "cuda"
|