Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -302,7 +302,7 @@ with gr.Blocks(theme=gr.themes.Ocean()) as demo:
|
|
302 |
with gr.TabItem("Custom Input SMILES"):
|
303 |
custom_smiles = gr.Textbox(
|
304 |
label="Input SMILES (one per line, maximum 100 molecules)",
|
305 |
-
info="This space runs on a CPU, which may result in slower performance. Generating 100 molecules takes approximately 6 minutes. Therefore, we set a 100-molecule cap.\n\n Molecules larger than allowed maximum length (45 for AKT1/NoTarget and 38 for CDK2) and allowed atom types are going to be filtered.\n\n Novelty (Inference) metric
|
306 |
placeholder="C(C(=O)O)N\nCCO\n...",
|
307 |
lines=10
|
308 |
)
|
|
|
302 |
with gr.TabItem("Custom Input SMILES"):
|
303 |
custom_smiles = gr.Textbox(
|
304 |
label="Input SMILES (one per line, maximum 100 molecules)",
|
305 |
+
info="This space runs on a CPU, which may result in slower performance. Generating 100 molecules takes approximately 6 minutes. Therefore, we set a 100-molecule cap.\n\n Molecules larger than allowed maximum length (45 for AKT1/NoTarget and 38 for CDK2) and allowed atom types are going to be filtered.\n\n Novelty (Inference) metric is going to be calculated using these input smiles.",
|
306 |
placeholder="C(C(=O)O)N\nCCO\n...",
|
307 |
lines=10
|
308 |
)
|