Spaces:
Running
Running
Update gradio_app.py
Browse files- gradio_app.py +1 -2
gradio_app.py
CHANGED
@@ -154,8 +154,7 @@ with gr.Blocks() as demo:
|
|
154 |
with gr.Accordion("Expand to display information about models", open=False):
|
155 |
gr.Markdown("""
|
156 |
### Model Variations
|
157 |
-
- **DrugGEN
|
158 |
-
- **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.
|
159 |
- **DrugGEN-NoTarget**: composed of one GAN, focuses on learning the chemical properties from the ChEMBL training dataset, no target-specific generation.
|
160 |
""")
|
161 |
model_name = gr.Radio(
|
|
|
154 |
with gr.Accordion("Expand to display information about models", open=False):
|
155 |
gr.Markdown("""
|
156 |
### Model Variations
|
157 |
+
- **DrugGEN**: 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.
|
|
|
158 |
- **DrugGEN-NoTarget**: composed of one GAN, focuses on learning the chemical properties from the ChEMBL training dataset, no target-specific generation.
|
159 |
""")
|
160 |
model_name = gr.Radio(
|