helloworld-S commited on
Commit
95e26af
·
verified ·
1 Parent(s): 97f40ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -30,9 +30,6 @@ from eval.tools.florence_sam import ObjectDetector
30
  import shutil
31
  import yaml
32
  import numpy as np
33
- from huggingface_hub import hf_hub_download
34
- import huggingface_hub
35
- huggingface_hub.login(os.getenv('HF_TOKEN'))
36
 
37
  dtype = torch.bfloat16
38
  device = "cuda"
 
30
  import shutil
31
  import yaml
32
  import numpy as np
 
 
 
33
 
34
  dtype = torch.bfloat16
35
  device = "cuda"