Update app.py
Browse files
app.py
CHANGED
@@ -309,8 +309,7 @@ def build_interface():
|
|
309 |
submit_button.click(
|
310 |
upload_and_manage,
|
311 |
inputs=[file_input, language_input],
|
312 |
-
outputs=[editable_translations, editable_table, processed_video_output]
|
313 |
-
error=lambda e: print(f"Error: {e}") # Optional: Log the error for debugging
|
314 |
)
|
315 |
|
316 |
# Connect submit button to save_feedback_db function
|
|
|
309 |
submit_button.click(
|
310 |
upload_and_manage,
|
311 |
inputs=[file_input, language_input],
|
312 |
+
outputs=[editable_translations, editable_table, processed_video_output]
|
|
|
313 |
)
|
314 |
|
315 |
# Connect submit button to save_feedback_db function
|