oucgc1996 commited on
Commit
dca24e2
Β·
verified Β·
1 Parent(s): 86c2346

Update app.py

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