Update app.py
Browse files
app.py
CHANGED
|
@@ -154,7 +154,7 @@ with gr.Blocks(title="BOB Processor") as demo:
|
|
| 154 |
)
|
| 155 |
|
| 156 |
|
| 157 |
-
|
| 158 |
process_btn.click(
|
| 159 |
process_audio_file,
|
| 160 |
inputs=[audio_input],
|
|
@@ -167,4 +167,4 @@ if __name__ == "__main__":
|
|
| 167 |
demo.launch(
|
| 168 |
max_threads=1, # Un seul thread pour éviter surcharge
|
| 169 |
show_error=True # Afficher les erreurs détaillées
|
| 170 |
-
|
|
|
|
| 154 |
)
|
| 155 |
|
| 156 |
|
| 157 |
+
|
| 158 |
process_btn.click(
|
| 159 |
process_audio_file,
|
| 160 |
inputs=[audio_input],
|
|
|
|
| 167 |
demo.launch(
|
| 168 |
max_threads=1, # Un seul thread pour éviter surcharge
|
| 169 |
show_error=True # Afficher les erreurs détaillées
|
| 170 |
+
)
|