oucgc1996 commited on
Commit
cd490a5
·
verified ·
1 Parent(s): 15d8fff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -155,13 +155,13 @@ with gr.Blocks() as demo:
155
  gr.Markdown("🔗 **[Optimization Generation](https://huggingface.co/spaces/oucgc1996/CTXGen_optimization_generation)**")
156
  gr.Markdown("# Conotoxin Conditional Generation")
157
  gr.Markdown("#### Input")
158
- gr.Markdown("✅**Subtype**: subtype of action. For example, α7")
159
- gr.Markdown("✅**Potency**: required potency. For example, High")
160
- gr.Markdown("✅**τ**: temperature factor controls the diversity of conotoxins generated. The higher the value, the higher the diversity")
161
  gr.Markdown("✅**Number of generations**: if it is not completed within 1200 seconds, it will automatically stop.")
162
- gr.Markdown("✅**Length range**: expected length range of conotoxins generated")
163
  gr.Markdown("✅**Model**: model parameters trained at different stages of data augmentation. Please refer to the paper for details.")
164
- gr.Markdown("✅**Seed**: Enter an integer as the random seed to ensure reproducible results. The default is random")
165
 
166
  with gr.Row():
167
  X1 = gr.Dropdown(choices=['<α7>','<AChBP>','<α4β2>','<α3β4>','<Ca22>','<α3β2>', '<Na12>','<α9α10>','<K16>', '<α1β1γδ>',
 
155
  gr.Markdown("🔗 **[Optimization Generation](https://huggingface.co/spaces/oucgc1996/CTXGen_optimization_generation)**")
156
  gr.Markdown("# Conotoxin Conditional Generation")
157
  gr.Markdown("#### Input")
158
+ gr.Markdown("✅**Subtype**: subtype of action. For example, α7.")
159
+ gr.Markdown("✅**Potency**: required potency. For example, High.")
160
+ gr.Markdown("✅**τ**: temperature factor controls the diversity of conotoxins generated. The higher the value, the higher the diversity.")
161
  gr.Markdown("✅**Number of generations**: if it is not completed within 1200 seconds, it will automatically stop.")
162
+ gr.Markdown("✅**Length range**: expected length range of conotoxins generated.")
163
  gr.Markdown("✅**Model**: model parameters trained at different stages of data augmentation. Please refer to the paper for details.")
164
+ gr.Markdown("✅**Seed**: enter an integer as the random seed to ensure reproducible results. The default is random.")
165
 
166
  with gr.Row():
167
  X1 = gr.Dropdown(choices=['<α7>','<AChBP>','<α4β2>','<α3β4>','<Ca22>','<α3β2>', '<Na12>','<α9α10>','<K16>', '<α1β1γδ>',