Update app.py
Browse files
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/
|
153 |
-
gr.Markdown("π **[Unconstrained Generation](https://huggingface.co/spaces/oucgc1996/
|
154 |
-
gr.Markdown("π **[Conditional Generation](https://huggingface.co/spaces/oucgc1996/
|
155 |
-
gr.Markdown("π **[Optimization Generation](https://huggingface.co/spaces/oucgc1996/
|
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.")
|