Spaces:
Running
on
Zero
Running
on
Zero
Update infer/infer_gradio.py
Browse files- infer/infer_gradio.py +2 -2
infer/infer_gradio.py
CHANGED
@@ -29,8 +29,8 @@ def gpu_decorator(func):
|
|
29 |
return func
|
30 |
|
31 |
|
32 |
-
from
|
33 |
-
from
|
34 |
load_vocoder,
|
35 |
load_model,
|
36 |
preprocess_ref_audio_text,
|
|
|
29 |
return func
|
30 |
|
31 |
|
32 |
+
from model import DiT, UNetT
|
33 |
+
from infer.utils_infer import (
|
34 |
load_vocoder,
|
35 |
load_model,
|
36 |
preprocess_ref_audio_text,
|