Spaces:
Running
on
Zero
Running
on
Zero
fix: add import spaces library
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ import traceback
|
|
9 |
import logging
|
10 |
from inference import proc_folder_direct
|
11 |
from pathlib import Path
|
12 |
-
|
13 |
|
14 |
OUTPUT_FOLDER = "separation_results/"
|
15 |
INPUT_FOLDER = "input"
|
|
|
9 |
import logging
|
10 |
from inference import proc_folder_direct
|
11 |
from pathlib import Path
|
12 |
+
import spaces
|
13 |
|
14 |
OUTPUT_FOLDER = "separation_results/"
|
15 |
INPUT_FOLDER = "input"
|