TGPro1 commited on
Commit
6df1c67
·
verified ·
1 Parent(s): bb56b0f

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ if not hasattr(torchaudio, "info"):
51
  from df.enhance import enhance, init_df, load_audio, save_audio
52
  # from df.utils import download_model # Not needed/Not found in this version
53
 
54
- # FORCE BUILD TRIGGER: 14:45:00 Jan 20 2026
55
 
56
  # 🛠️ Monkeypatch torchaudio.load to bypass TorchCodec requirement
57
  try:
 
51
  from df.enhance import enhance, init_df, load_audio, save_audio
52
  # from df.utils import download_model # Not needed/Not found in this version
53
 
54
+ # FORCE BUILD TRIGGER: 14:55:00 Jan 20 2026
55
 
56
  # 🛠️ Monkeypatch torchaudio.load to bypass TorchCodec requirement
57
  try: