Update app.py
Browse files
app.py
CHANGED
@@ -178,14 +178,14 @@ with gr.Blocks() as demo:
|
|
178 |
gr.Markdown("π **[Optimization Generation](https://huggingface.co/spaces/oucgc1996/CTXGen_optimization_generation)**")
|
179 |
gr.Markdown("# Conotoxin Optimization Generation")
|
180 |
gr.Markdown("#### Input")
|
181 |
-
gr.Markdown("β
**Conotoxin**: a conotoxin that needs to be optimized. For example, GCCSDPRCAWRC")
|
182 |
-
gr.Markdown("β
**Positions**: the positions that need to be optimized, replaced by X. For example, GCCXXXXCAHRC")
|
183 |
-
gr.Markdown("β
**Subtype**: subtype of action. For example, Ξ±7")
|
184 |
-
gr.Markdown("β
**Potency**: required potency. For example, High")
|
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**:
|
189 |
|
190 |
|
191 |
with gr.Row():
|
|
|
178 |
gr.Markdown("π **[Optimization Generation](https://huggingface.co/spaces/oucgc1996/CTXGen_optimization_generation)**")
|
179 |
gr.Markdown("# Conotoxin Optimization Generation")
|
180 |
gr.Markdown("#### Input")
|
181 |
+
gr.Markdown("β
**Conotoxin**: a conotoxin that needs to be optimized. For example, GCCSDPRCAWRC.")
|
182 |
+
gr.Markdown("β
**Positions**: the positions that need to be optimized, replaced by X. For example, GCCXXXXCAHRC.")
|
183 |
+
gr.Markdown("β
**Subtype**: subtype of action. For example, Ξ±7.")
|
184 |
+
gr.Markdown("β
**Potency**: required potency. For example, High.")
|
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():
|