oucgc1996 commited on
Commit
430f01f
Β·
verified Β·
1 Parent(s): ee31512

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -4
app.py CHANGED
@@ -149,10 +149,13 @@ def CTXGen(Ο„, g_num, length_range, model_name, seed):
149
  return "output.csv", out
150
 
151
  with gr.Blocks() as demo:
152
- gr.Markdown("πŸ”— **[Label Prediction](https://huggingface.co/spaces/oucgc1996/CreoPep_Label_Prediction)**")
153
- gr.Markdown("πŸ”— **[Unconstrained Generation](https://huggingface.co/spaces/oucgc1996/CreoPep_Unconstrained_generation)**")
154
- gr.Markdown("πŸ”— **[Conditional Generation](https://huggingface.co/spaces/oucgc1996/CreoPep_conditional_generation)**")
155
- gr.Markdown("πŸ”— **[Optimization Generation](https://huggingface.co/spaces/oucgc1996/CreoPep_optimization_generation)**")
 
 
 
156
  gr.Markdown("# Conotoxin Unconstrained Generation")
157
  gr.Markdown("#### Input")
158
  gr.Markdown("βœ…**Ο„**: temperature factor controls the diversity of conotoxins generated. The higher the value, the higher the diversity.")
 
149
  return "output.csv", out
150
 
151
  with gr.Blocks() as demo:
152
+ gr.Markdown("πŸ”— **[Label Prediction](https://huggingface.co/spaces/oucgc1996/CreoPep_Label_Prediction)**"
153
+ "πŸ”— **[Unconstrained Generation](https://huggingface.co/spaces/oucgc1996/CreoPep_Unconstrained_generation)**"
154
+ "πŸ”— **[Conditional Generation](https://huggingface.co/spaces/oucgc1996/CreoPep_conditional_generation)**"
155
+ "πŸ”— **[Optimization Generation](https://huggingface.co/spaces/oucgc1996/CreoPep_optimization_generation)**")
156
+ # gr.Markdown("πŸ”— **[Unconstrained Generation](https://huggingface.co/spaces/oucgc1996/CreoPep_Unconstrained_generation)**")
157
+ # gr.Markdown("πŸ”— **[Conditional Generation](https://huggingface.co/spaces/oucgc1996/CreoPep_conditional_generation)**")
158
+ # gr.Markdown("πŸ”— **[Optimization Generation](https://huggingface.co/spaces/oucgc1996/CreoPep_optimization_generation)**")
159
  gr.Markdown("# Conotoxin Unconstrained Generation")
160
  gr.Markdown("#### Input")
161
  gr.Markdown("βœ…**Ο„**: temperature factor controls the diversity of conotoxins generated. The higher the value, the higher the diversity.")