Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -136,7 +136,7 @@ def predict(audio_input, threshold):
|
|
136 |
plt.tight_layout()
|
137 |
|
138 |
# Yield intermediate progress
|
139 |
-
yield "Processing...",
|
140 |
|
141 |
# Detailed logging
|
142 |
print("Detailed Predictions:")
|
|
|
136 |
plt.tight_layout()
|
137 |
|
138 |
# Yield intermediate progress
|
139 |
+
yield "Processing...", "Processing...", "Processing...", fig
|
140 |
|
141 |
# Detailed logging
|
142 |
print("Detailed Predictions:")
|