Vageesh1 commited on
Commit
52f90d3
1 Parent(s): fc2891d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -72,7 +72,8 @@ def ui():
72
  st.image(spec_clean_img,captions='Spectrogram of Mixture Speech (dB)')
73
  st.audio(waveform_souden)
74
 
75
-
 
76
 
77
 
78
 
 
72
  st.image(spec_clean_img,captions='Spectrogram of Mixture Speech (dB)')
73
  st.audio(waveform_souden)
74
 
75
+ if __name__=="main":
76
+ ui()
77
 
78
 
79