Spaces:
Runtime error
Runtime error
simonduerr
commited on
Commit
•
4ecc9bf
1
Parent(s):
3ad1637
Update app.py
Browse files
app.py
CHANGED
@@ -331,6 +331,10 @@ metal3d = gr.Blocks()
|
|
331 |
|
332 |
with metal3d:
|
333 |
gr.Markdown("# Metal3D")
|
|
|
|
|
|
|
|
|
334 |
with gr.Tabs():
|
335 |
with gr.TabItem("Input"):
|
336 |
inp = gr.Textbox(
|
@@ -380,10 +384,7 @@ with metal3d:
|
|
380 |
],
|
381 |
)
|
382 |
examples.click(fn=set_examples, inputs=examples, outputs=examples.components)
|
383 |
-
|
384 |
-
# """ <small>Inference using CPU-only, can be quite slow for more than 20 residues. Use Colab notebook for GPU acceleration</small>
|
385 |
-
# """
|
386 |
-
# )
|
387 |
|
388 |
gr.Markdown("# Output")
|
389 |
|
|
|
331 |
|
332 |
with metal3d:
|
333 |
gr.Markdown("# Metal3D")
|
334 |
+
gr.Markdown(
|
335 |
+
""" <em>Inference using CPU-only, can be quite slow for more than 20 residues. Use [Colab notebook](https://colab.research.google.com/github/lcbc-epfl/metal-site-prediction/blob/main/Metal3D/ColabMetal.ipynb) for GPU acceleration</em>
|
336 |
+
"""
|
337 |
+
)
|
338 |
with gr.Tabs():
|
339 |
with gr.TabItem("Input"):
|
340 |
inp = gr.Textbox(
|
|
|
384 |
],
|
385 |
)
|
386 |
examples.click(fn=set_examples, inputs=examples, outputs=examples.components)
|
387 |
+
|
|
|
|
|
|
|
388 |
|
389 |
gr.Markdown("# Output")
|
390 |
|