Spaces:
Runtime error
Runtime error
Commit
·
8b16321
1
Parent(s):
cec3465
spelling
Browse files
app.py
CHANGED
|
@@ -104,7 +104,7 @@ Given two protein sequences, estimate if the proteins interact or not.
|
|
| 104 |
outputs=[prompt_box,decoded,gr.Number(label='PPI score')]
|
| 105 |
)
|
| 106 |
with gr.Row():
|
| 107 |
-
gr.Markdown("```<SENTINEL_ID_0>``` contains the binding affinity class, which is ```<1>``` for
|
| 108 |
|
| 109 |
return demo
|
| 110 |
|
|
|
|
| 104 |
outputs=[prompt_box,decoded,gr.Number(label='PPI score')]
|
| 105 |
)
|
| 106 |
with gr.Row():
|
| 107 |
+
gr.Markdown("```<SENTINEL_ID_0>``` contains the binding affinity class, which is ```<1>``` for interacting and ```<0>``` for non-interacting")
|
| 108 |
|
| 109 |
return demo
|
| 110 |
|