Spaces:
Sleeping
Sleeping
matanninio
commited on
Commit
•
8491f50
1
Parent(s):
7e95a92
new package name
Browse files- app.py +3 -3
- requirements.txt +1 -1
app.py
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
import gradio as gr
|
2 |
import torch
|
3 |
from fuse.data.tokenizers.modular_tokenizer.op import ModularTokenizerOp
|
4 |
-
from
|
5 |
-
from
|
6 |
-
from
|
7 |
|
8 |
model_paths = dict()
|
9 |
|
|
|
1 |
import gradio as gr
|
2 |
import torch
|
3 |
from fuse.data.tokenizers.modular_tokenizer.op import ModularTokenizerOp
|
4 |
+
from biomed-multi-alignment.examples.dti_bindingdb_kd.task import DtiBindingdbKdTask
|
5 |
+
from biomed-multi-alignment.keys import *
|
6 |
+
from biomed-multi-alignment.model import Mammal
|
7 |
|
8 |
model_paths = dict()
|
9 |
|
requirements.txt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
# for the mammal demo app
|
2 |
-
|
3 |
pytdc
|
|
|
1 |
# for the mammal demo app
|
2 |
+
biomed-multi-alignment @ git+https://github.com/BiomedSciAI/biomed-multi-alignment.git
|
3 |
pytdc
|