Spaces:
Sleeping
Sleeping
jannisborn
commited on
update
Browse files- app.py +0 -2
- requirements.txt +1 -1
app.py
CHANGED
@@ -60,8 +60,6 @@ def run_inference(
|
|
60 |
temperature=temperature,
|
61 |
generated_length=length,
|
62 |
)
|
63 |
-
print("Target is ", target)
|
64 |
-
print(type(target), len(target))
|
65 |
model = model_class(config, target=target)
|
66 |
samples = list(model.sample(number_of_samples))
|
67 |
|
|
|
60 |
temperature=temperature,
|
61 |
generated_length=length,
|
62 |
)
|
|
|
|
|
63 |
model = model_class(config, target=target)
|
64 |
samples = list(model.sample(number_of_samples))
|
65 |
|
requirements.txt
CHANGED
@@ -8,7 +8,7 @@ torch-sparse
|
|
8 |
torch-geometric
|
9 |
torchvision==0.13.1
|
10 |
torchaudio==0.12.1
|
11 |
-
gt4sd>=1.0.
|
12 |
molgx>=0.22.0a1
|
13 |
molecule_generation
|
14 |
nglview
|
|
|
8 |
torch-geometric
|
9 |
torchvision==0.13.1
|
10 |
torchaudio==0.12.1
|
11 |
+
gt4sd>=1.0.6
|
12 |
molgx>=0.22.0a1
|
13 |
molecule_generation
|
14 |
nglview
|