Hev832 commited on
Commit
f99980c
·
verified ·
1 Parent(s): b990d66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -173,7 +173,6 @@ def process_audio(url, audio_name):
173
  file_path = download_youtube_audio(url, audio_name)
174
  dataset_path = slice_audio(file_path, audio_name)
175
  zip_file = zip_directory(dataset_path, audio_name)
176
- upload_message = upload_to_huggingface(zip_file, repo_id, hf_token)
177
  return zip_file
178
 
179
  # upload to hf
 
173
  file_path = download_youtube_audio(url, audio_name)
174
  dataset_path = slice_audio(file_path, audio_name)
175
  zip_file = zip_directory(dataset_path, audio_name)
 
176
  return zip_file
177
 
178
  # upload to hf