osbm commited on
Commit
bd22998
·
1 Parent(s): 822af9e

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. 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-Prot**: composed of two GANs, incorporates protein features to the transformer decoder module of GAN2 (together with the de novo molecules generated by GAN1) to direct the target centric molecule design.
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(