Spaces:
Sleeping
Sleeping
def get_video_id_summary(video_id, df_string):
Browse files
app.py
CHANGED
@@ -471,7 +471,8 @@ def get_video_id_summary(video_id, df_string):
|
|
471 |
error_msg = f" {video_id} 摘要錯誤: {str(e)}"
|
472 |
print("===get_video_id_summary error===")
|
473 |
print(error_msg)
|
474 |
-
|
|
|
475 |
|
476 |
|
477 |
# 存在 local at OUTPUT_PATH as {video_id}_summary.json
|
|
|
471 |
error_msg = f" {video_id} 摘要錯誤: {str(e)}"
|
472 |
print("===get_video_id_summary error===")
|
473 |
print(error_msg)
|
474 |
+
print("===get_video_id_summary error===")
|
475 |
+
|
476 |
|
477 |
|
478 |
# 存在 local at OUTPUT_PATH as {video_id}_summary.json
|