Update app.py
Browse files
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 |
|