kassaby commited on
Commit
b1ac1c2
·
verified ·
1 Parent(s): c6bf420

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ def process_audio(audio_file, noise_strength, apply_bandpass,
92
  return None, "⚠️ الرجاء رفع ملف صوتي أولاً."
93
 
94
  # تحميل
95
- audio, sr = load_audio(audio_file, target_sr=22050)
96
  duration = len(audio) / sr
97
 
98
  # تحليل قبل
 
92
  return None, "⚠️ الرجاء رفع ملف صوتي أولاً."
93
 
94
  # تحميل
95
+ audio, sr = load_audio(audio_file, sr=22050)
96
  duration = len(audio) / sr
97
 
98
  # تحليل قبل