matanninio commited on
Commit
b9bc9ac
1 Parent(s): 1696184

fixed spelling of demonstrates

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ Designed for robust performance, it achieves state-of-the-art results over a var
9
  Based on the [**MAMMAL** - **M**olecular **A**ligned **M**ulti-**M**odal **A**rchitecture and **L**anguage](https://arxiv.org/abs/2410.22367v2), a flexible, multi-domain architecture with an adaptable task prompt syntax.
10
  The syntax allows for dynamic combinations of tokens and scalars, enabling classification, regression, and generation tasks either within a single domain or with cross-domain entities.
11
 
12
- This page demonstraits a variety of drug discovery and biomedical tasks for the model family. Select the task to access the specific demos.
13
  """
14
 
15
  all_tasks, all_models = mammal_demo.tasks_and_models()
 
9
  Based on the [**MAMMAL** - **M**olecular **A**ligned **M**ulti-**M**odal **A**rchitecture and **L**anguage](https://arxiv.org/abs/2410.22367v2), a flexible, multi-domain architecture with an adaptable task prompt syntax.
10
  The syntax allows for dynamic combinations of tokens and scalars, enabling classification, regression, and generation tasks either within a single domain or with cross-domain entities.
11
 
12
+ This page demonstrates a variety of drug discovery and biomedical tasks for the model family. Select the task to access the specific demos.
13
  """
14
 
15
  all_tasks, all_models = mammal_demo.tasks_and_models()