Spaces:
Sleeping
Sleeping
Update app_1.py
Browse files
app_1.py
CHANGED
@@ -4,7 +4,7 @@ from transformers import AutoConfig, AutoTokenizer, AutoModel
|
|
4 |
from huggingface_hub import login
|
5 |
import re
|
6 |
import copy
|
7 |
-
from
|
8 |
from huggingface_hub import hf_hub_download
|
9 |
from safetensors.torch import load_file
|
10 |
|
|
|
4 |
from huggingface_hub import login
|
5 |
import re
|
6 |
import copy
|
7 |
+
from modeling_st2 import ST2ModelV2, SignalDetector
|
8 |
from huggingface_hub import hf_hub_download
|
9 |
from safetensors.torch import load_file
|
10 |
|