Zw07 commited on
Commit
0b400c4
·
verified ·
1 Parent(s): 3392a2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -82,11 +82,11 @@ def main():
82
 
83
 
84
  if __name__ == "__main__":
85
- # default_sr = 16000
86
- # max_second_encode = 60
87
- # max_second_decode = 30
88
- # len_start_bit = 16
89
- # device = torch.device('cuda:0' if torch.cuda.is_available() else 'cpu')
90
  # model = wavmark.load_model().to(device)
91
  main()
92
 
 
82
 
83
 
84
  if __name__ == "__main__":
85
+ default_sr = 16000
86
+ max_second_encode = 60
87
+ max_second_decode = 30
88
+ len_start_bit = 16
89
+ device = torch.device('cuda:0' if torch.cuda.is_available() else 'cpu')
90
  # model = wavmark.load_model().to(device)
91
  main()
92