rahul7star commited on
Commit
2a46970
·
verified ·
1 Parent(s): ca0ea04

Update app1.py

Browse files
Files changed (1) hide show
  1. app1.py +1 -1
app1.py CHANGED
@@ -48,7 +48,7 @@ from huggingface_hub import HfApi, upload_file
48
  def upload_to_hf(video_path, summary_text):
49
  api = HfApi()
50
 
51
- # Create a daily folder: YYYY-MM-DD-APPLE-IMAGE_FOLDER
52
  today_str = datetime.now().strftime("%Y-%m-%d")
53
  hf_folder = f"{today_str}-APPLE-IMAGE_FOLDER"
54
  logging.info(f"Uploading files to HF folder: {hf_folder} in repo {HF_MODEL}")
 
48
  def upload_to_hf(video_path, summary_text):
49
  api = HfApi()
50
 
51
+
52
  today_str = datetime.now().strftime("%Y-%m-%d")
53
  hf_folder = f"{today_str}-APPLE-IMAGE_FOLDER"
54
  logging.info(f"Uploading files to HF folder: {hf_folder} in repo {HF_MODEL}")