Yin Fang
commited on
Commit
Β·
6ce906a
1
Parent(s):
366aa69
Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,6 @@ def gen_process(gen_input):
|
|
89 |
|
90 |
return "\n".join(gen_output), gen_output_image
|
91 |
|
92 |
-
|
93 |
def opt_process(opt_input):
|
94 |
|
95 |
tokenizer = AutoTokenizer.from_pretrained("zjunlp/MolGen-large-opt")
|
|
|
89 |
|
90 |
return "\n".join(gen_output), gen_output_image
|
91 |
|
|
|
92 |
def opt_process(opt_input):
|
93 |
|
94 |
tokenizer = AutoTokenizer.from_pretrained("zjunlp/MolGen-large-opt")
|