Spaces:
Running
Running
Rename app_2.py to app_3.py
Browse files- app_2.py → app_3.py +1 -1
app_2.py → app_3.py
RENAMED
@@ -23,7 +23,7 @@ def load_model():
|
|
23 |
|
24 |
class Args:
|
25 |
def __init__(self):
|
26 |
-
|
27 |
self.dropout = 0.1
|
28 |
self.signal_classification = True
|
29 |
self.pretrained_signal_detector = False
|
|
|
23 |
|
24 |
class Args:
|
25 |
def __init__(self):
|
26 |
+
|
27 |
self.dropout = 0.1
|
28 |
self.signal_classification = True
|
29 |
self.pretrained_signal_detector = False
|