oucgc1996 commited on
Commit
3da58f9
Β·
verified Β·
1 Parent(s): 33fe89b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -149,10 +149,10 @@ 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/CTXGen_Label_Prediction)**")
153
- gr.Markdown("πŸ”— **[Unconstrained Generation](https://huggingface.co/spaces/oucgc1996/CTXGen_Unconstrained_generation)**")
154
- gr.Markdown("πŸ”— **[Conditional Generation](https://huggingface.co/spaces/oucgc1996/CTXGen_conditional_generation)**")
155
- gr.Markdown("πŸ”— **[Optimization Generation](https://huggingface.co/spaces/oucgc1996/CTXGen_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
+ 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.")