Spaces:
Runtime error
Runtime error
simonduerr
commited on
Commit
·
5842019
1
Parent(s):
cbba1c3
Update app.py
Browse files
app.py
CHANGED
@@ -243,7 +243,7 @@ with metal3d:
|
|
243 |
)
|
244 |
custom_resids = gr.Textbox(placeholder="Comma separated list of residues", label="Custom residues")
|
245 |
btn = gr.Button("Run")
|
246 |
-
|
247 |
""" <small>Inference using CPU-only, can be quite slow for more than 20 residues. Use Colab notebook for GPU acceleration</small>
|
248 |
"""
|
249 |
)
|
|
|
243 |
)
|
244 |
custom_resids = gr.Textbox(placeholder="Comma separated list of residues", label="Custom residues")
|
245 |
btn = gr.Button("Run")
|
246 |
+
gr.Markdown(
|
247 |
""" <small>Inference using CPU-only, can be quite slow for more than 20 residues. Use Colab notebook for GPU acceleration</small>
|
248 |
"""
|
249 |
)
|