Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ def greet2(name):
|
|
35 |
max_length=15,
|
36 |
min_length=5,
|
37 |
num_return_sequences=5,
|
38 |
-
num_beams=
|
39 |
|
40 |
sf_output = [tokenizer.decode(g, skip_special_tokens=True, clean_up_tokenization_spaces=True).replace(" ","") for g in molecules]
|
41 |
smis = [sf.decoder(i) for i in sf_output]
|
|
|
35 |
max_length=15,
|
36 |
min_length=5,
|
37 |
num_return_sequences=5,
|
38 |
+
num_beams=5)
|
39 |
|
40 |
sf_output = [tokenizer.decode(g, skip_special_tokens=True, clean_up_tokenization_spaces=True).replace(" ","") for g in molecules]
|
41 |
smis = [sf.decoder(i) for i in sf_output]
|