Spaces:
Paused
Paused
removing zerogpu for archiving
Browse files
app.py
CHANGED
|
@@ -20,11 +20,10 @@ from utils import (
|
|
| 20 |
download_manager,
|
| 21 |
)
|
| 22 |
import random
|
| 23 |
-
import spaces
|
| 24 |
from utils import logger
|
| 25 |
import onnxruntime as ort
|
| 26 |
import warnings
|
| 27 |
-
import spaces
|
| 28 |
import gradio as gr
|
| 29 |
import logging
|
| 30 |
import time
|
|
@@ -350,7 +349,7 @@ class MDX:
|
|
| 350 |
return self.segment(processed_batches, True, chunk)
|
| 351 |
|
| 352 |
|
| 353 |
-
@spaces.GPU()
|
| 354 |
def run_mdx(
|
| 355 |
model_params,
|
| 356 |
output_dir,
|
|
|
|
| 20 |
download_manager,
|
| 21 |
)
|
| 22 |
import random
|
| 23 |
+
# import spaces
|
| 24 |
from utils import logger
|
| 25 |
import onnxruntime as ort
|
| 26 |
import warnings
|
|
|
|
| 27 |
import gradio as gr
|
| 28 |
import logging
|
| 29 |
import time
|
|
|
|
| 349 |
return self.segment(processed_batches, True, chunk)
|
| 350 |
|
| 351 |
|
| 352 |
+
# @spaces.GPU()
|
| 353 |
def run_mdx(
|
| 354 |
model_params,
|
| 355 |
output_dir,
|