syingxi commited on
Commit
64f8c24
·
verified ·
1 Parent(s): f387b76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ import numpy as np
14
  from constants import *
15
 
16
  # updated 22/03/2026
17
- from huggingface_hub import snapshot_download, HFApi #Repository
18
  HF_TOKEN = os.environ.get("HF_TOKEN")
19
 
20
  global data_component, filter_component
 
14
  from constants import *
15
 
16
  # updated 22/03/2026
17
+ from huggingface_hub import snapshot_download, HfApi #Repository
18
  HF_TOKEN = os.environ.get("HF_TOKEN")
19
 
20
  global data_component, filter_component