Update app.py
Browse files
app.py
CHANGED
@@ -40,6 +40,7 @@ audio_mode = []
|
|
40 |
f0method_mode = []
|
41 |
f0method_info = ""
|
42 |
|
|
|
43 |
torch.serialization.add_safe_globals([dictionary.Dictionary])
|
44 |
|
45 |
if force_support is False or spaces is True:
|
|
|
40 |
f0method_mode = []
|
41 |
f0method_info = ""
|
42 |
|
43 |
+
import fairseq.data.dictionary as dictionary
|
44 |
torch.serialization.add_safe_globals([dictionary.Dictionary])
|
45 |
|
46 |
if force_support is False or spaces is True:
|