youngtsai commited on
Commit
1cbaef6
·
1 Parent(s): 05395fd

print(f"mind_map_json: {mind_map_json}")

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -624,6 +624,7 @@ def get_mind_map(video_id, df_string, source):
624
  print("mind_map已存在于GCS中")
625
  mind_map_text = download_blob_to_string(gcs_client, bucket_name, blob_name)
626
  mind_map_json = json.loads(mind_map_text)
 
627
 
628
  elif source == "drive":
629
  print("===get_mind_map on drive===")
 
624
  print("mind_map已存在于GCS中")
625
  mind_map_text = download_blob_to_string(gcs_client, bucket_name, blob_name)
626
  mind_map_json = json.loads(mind_map_text)
627
+ print(f"mind_map_json: {mind_map_json}")
628
 
629
  elif source == "drive":
630
  print("===get_mind_map on drive===")