Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -98,7 +98,6 @@ Select a model to make inference (DrugGEN-Prot and DrugGEN-CrossLoss models desi
|
|
98 |
- **DrugGEN-CrossLoss**: composed of one GAN, the input of the GAN1 generator is the real molecules dataset and the GAN1 discriminator compares the generated molecules with the real inhibitors of the given target.
|
99 |
- **DrugGEN-NoTarget**: composed of one GAN, focuses on learning the chemical properties from the ChEMBL training dataset, no target-specific generation.
|
100 |
'''
|
101 |
-
",
|
102 |
('DrugGEN-Prot', 'DrugGEN-CrossLoss', 'DrugGEN-NoTarget')
|
103 |
)
|
104 |
|
|
|
98 |
- **DrugGEN-CrossLoss**: composed of one GAN, the input of the GAN1 generator is the real molecules dataset and the GAN1 discriminator compares the generated molecules with the real inhibitors of the given target.
|
99 |
- **DrugGEN-NoTarget**: composed of one GAN, focuses on learning the chemical properties from the ChEMBL training dataset, no target-specific generation.
|
100 |
'''
|
|
|
101 |
('DrugGEN-Prot', 'DrugGEN-CrossLoss', 'DrugGEN-NoTarget')
|
102 |
)
|
103 |
|