Spaces:
Running
Running
Commit
·
7838db7
1
Parent(s):
e2fd567
Update code/alphafold_featureVector.py
Browse files
code/alphafold_featureVector.py
CHANGED
@@ -1,4 +1,10 @@
|
|
1 |
# IMPORT NECESSARY MODULES AND LIBRARIES
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
from timeit import default_timer as timer
|
3 |
import pandas as pd
|
4 |
import ssbio.utils
|
|
|
1 |
# IMPORT NECESSARY MODULES AND LIBRARIES
|
2 |
+
from huggingface_hub import snapshot_download
|
3 |
+
|
4 |
+
from huggingface_hub.utils import are_progress_bars_disabled, disable_progress_bars, enable_progress_bars
|
5 |
+
|
6 |
+
|
7 |
+
enable_progress_bars()
|
8 |
from timeit import default_timer as timer
|
9 |
import pandas as pd
|
10 |
import ssbio.utils
|