oucgc1996 commited on
Commit
4bb1cf2
Β·
verified Β·
1 Parent(s): 2eb9b68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -70,12 +70,12 @@ iface = gr.Interface(
70
  gr.Textbox(label="Potency"),
71
  gr.Textbox(label="Top5")
72
  ],
73
- gr.Markdown("πŸ”— **[Label Prediction](https://huggingface.co/spaces/oucgc1996/CreoPep_Label_Prediction)**"),
74
- gr.Markdown("πŸ”— **[Unconstrained Generation](https://huggingface.co/spaces/oucgc1996/CreoPep_Unconstrained_generation)**"),
75
- gr.Markdown("πŸ”— **[Conditional Generation](https://huggingface.co/spaces/oucgc1996/CreoPep_conditional_generation)**"),
76
- gr.Markdown("πŸ”— **[Optimization Generation](https://huggingface.co/spaces/oucgc1996/CreoPep_optimization_generation)**"),
77
  title="Conotoxin Label Prediction",
78
  description="""
 
 
 
 
79
 
80
  βœ… **Subtype**: X if needs to be predicted.
81
 
 
70
  gr.Textbox(label="Potency"),
71
  gr.Textbox(label="Top5")
72
  ],
 
 
 
 
73
  title="Conotoxin Label Prediction",
74
  description="""
75
+ πŸ”— **[Label Prediction](https://huggingface.co/spaces/oucgc1996/CreoPep_Label_Prediction)**
76
+ πŸ”— **[Unconstrained Generation](https://huggingface.co/spaces/oucgc1996/CreoPep_Unconstrained_generation)**
77
+ πŸ”— **[Conditional Generation](https://huggingface.co/spaces/oucgc1996/CreoPep_conditional_generation)**
78
+ πŸ”— **[Optimization Generation](https://huggingface.co/spaces/oucgc1996/CreoPep_optimization_generation)**
79
 
80
  βœ… **Subtype**: X if needs to be predicted.
81