Update app.py
Browse files
app.py
CHANGED
@@ -542,10 +542,6 @@ iface = gr.Interface(
|
|
542 |
description=description,
|
543 |
allow_flagging="never",
|
544 |
theme=gr.themes.Soft(primary_hue="blue", secondary_hue="cyan"),
|
545 |
-
article="""
|
546 |
-
**Limitations:** Translation quality depends heavily on the model size, training data, and the complexity of the SMILES input.
|
547 |
-
Very long or unusual SMILES strings may result in errors, timeouts, or inaccurate translations. Greedy decoding can sometimes get stuck in repetitive loops or produce suboptimal results compared to beam search.
|
548 |
-
""",
|
549 |
)
|
550 |
|
551 |
# --- Launch the App ---
|
|
|
542 |
description=description,
|
543 |
allow_flagging="never",
|
544 |
theme=gr.themes.Soft(primary_hue="blue", secondary_hue="cyan"),
|
|
|
|
|
|
|
|
|
545 |
)
|
546 |
|
547 |
# --- Launch the App ---
|