Update app.py
Browse files
app.py
CHANGED
@@ -149,10 +149,10 @@ def CTXGen(X1, X2, Ο, 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/
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
gr.Markdown("# Conotoxin Conditional Generation")
|
157 |
gr.Markdown("#### Input")
|
158 |
gr.Markdown("β
**Subtype**: subtype of action. For example, Ξ±7.")
|
|
|
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("# Conotoxin Conditional Generation")
|
157 |
gr.Markdown("#### Input")
|
158 |
gr.Markdown("β
**Subtype**: subtype of action. For example, Ξ±7.")
|