Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -216,6 +216,10 @@ with gr.Blocks() as demo:
|
|
216 |
### Usage
|
217 |
|
218 |
For uncontrollable generation, input any starting amino acids and press 'Submit' without choosing a property. For controllable generation, choose any of the ten properties supported by this model before pressing 'Submit'. The important inference metrics will be displayed along with the generated output.
|
|
|
|
|
|
|
|
|
219 |
''')
|
220 |
|
221 |
with gr.Row():
|
|
|
216 |
### Usage
|
217 |
|
218 |
For uncontrollable generation, input any starting amino acids and press 'Submit' without choosing a property. For controllable generation, choose any of the ten properties supported by this model before pressing 'Submit'. The important inference metrics will be displayed along with the generated output.
|
219 |
+
|
220 |
+
### Example
|
221 |
+
|
222 |
+
As an example, the protein sequence corresponding to the SARS-CoV-2 Spike Protein is given. This example does not run inference on the model as the sequence is hard-coded, however it showcases the flow of interacting with the demo.
|
223 |
''')
|
224 |
|
225 |
with gr.Row():
|