Update app.py
Browse files
app.py
CHANGED
@@ -185,6 +185,8 @@ with gr.Blocks() as demo:
|
|
185 |
gr.Markdown("β
**Ο**: temperature factor controls the diversity of conotoxins generated. The higher the value, the higher the diversity")
|
186 |
gr.Markdown("β
**Number of generations**: if it is not completed within 1200 seconds, it will automatically stop.")
|
187 |
gr.Markdown("β
**Model**: model parameters trained at different stages of data augmentation. Please refer to the paper for details.")
|
|
|
|
|
188 |
|
189 |
with gr.Row():
|
190 |
X0 = gr.Textbox(label="conotoxin")
|
|
|
185 |
gr.Markdown("β
**Ο**: temperature factor controls the diversity of conotoxins generated. The higher the value, the higher the diversity")
|
186 |
gr.Markdown("β
**Number of generations**: if it is not completed within 1200 seconds, it will automatically stop.")
|
187 |
gr.Markdown("β
**Model**: model parameters trained at different stages of data augmentation. Please refer to the paper for details.")
|
188 |
+
gr.Markdown("β
**Seed**: Enter an integer as the random seed to ensure reproducible results. The default is random")
|
189 |
+
|
190 |
|
191 |
with gr.Row():
|
192 |
X0 = gr.Textbox(label="conotoxin")
|