HypermindLabs commited on
Commit
0532438
·
1 Parent(s): 29da33e

big update

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -19,13 +19,14 @@ import librosa
19
  model = torch.jit.load("snorenetv1_small.ptl")
20
  model.eval()
21
  endReached = False
22
- snore = 0
23
- other = 0
24
  s=0
25
  n=16000
26
 
27
  # Audio parameters
28
  def process_data(waveform_chunks):
 
 
29
  st.write("Reached stage 4")
30
  for chunk in waveform_chunks:
31
  st.write("Reached stage 5")
 
19
  model = torch.jit.load("snorenetv1_small.ptl")
20
  model.eval()
21
  endReached = False
22
+
 
23
  s=0
24
  n=16000
25
 
26
  # Audio parameters
27
  def process_data(waveform_chunks):
28
+ snore = 0
29
+ other = 0
30
  st.write("Reached stage 4")
31
  for chunk in waveform_chunks:
32
  st.write("Reached stage 5")