jethrowang commited on
Commit
bef20d8
·
verified ·
1 Parent(s): 127da6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -136,7 +136,7 @@ def predict(audio_input, threshold):
136
  plt.tight_layout()
137
 
138
  # Yield intermediate progress
139
- yield "Processing...", "Processing...", "Processing...", fig
140
 
141
  # Detailed logging
142
  print("Detailed Predictions:")
 
136
  plt.tight_layout()
137
 
138
  # Yield intermediate progress
139
+ yield "Processing...", None, None, fig
140
 
141
  # Detailed logging
142
  print("Detailed Predictions:")