Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -28,5 +28,5 @@ gr.Interface(
|
|
28 |
["text"],
|
29 |
examples=examples,
|
30 |
title="DR-BERT: A Protein Language Model to Predict Disordered Regions",
|
31 |
-
description="The app uses DR-BERT to predict disordered regions in proteins. Outputs generated are the probability that a residue is disordered."
|
32 |
).launch()
|
|
|
28 |
["text"],
|
29 |
examples=examples,
|
30 |
title="DR-BERT: A Protein Language Model to Predict Disordered Regions",
|
31 |
+
description="The app uses DR-BERT to predict disordered regions in proteins. Outputs generated are the probability that a residue is disordered."
|
32 |
).launch()
|