Update ultravox_pipeline.py
Browse files- ultravox_pipeline.py +2 -2
ultravox_pipeline.py
CHANGED
@@ -4,8 +4,8 @@ from typing import Any, Dict, List, Optional
|
|
4 |
import transformers
|
5 |
|
6 |
# We must use relative import in this directory to allow uploading to HF Hub
|
7 |
-
|
8 |
-
|
9 |
|
10 |
|
11 |
class UltravoxPipeline(transformers.Pipeline):
|
|
|
4 |
import transformers
|
5 |
|
6 |
# We must use relative import in this directory to allow uploading to HF Hub
|
7 |
+
import .ultravox_model
|
8 |
+
import .ultravox_processing
|
9 |
|
10 |
|
11 |
class UltravoxPipeline(transformers.Pipeline):
|