sadgaj commited on
Commit
8f83392
1 Parent(s): 7ef0d72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=4)
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]