oucgc1996 commited on
Commit
840bfe7
Β·
verified Β·
1 Parent(s): db4c65b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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")