Spaces:
Runtime error
Runtime error
Pouriarouzrokh
commited on
Commit
•
edaf358
1
Parent(s):
c768e09
changed the note
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ callback = gr.CSVLogger()
|
|
34 |
with gr.Blocks(css=css_style) as app:
|
35 |
gr.HTML("3D Rotation of Radiographs with Diffusion Models: A Proof-of-concept Demo", elem_classes="title")
|
36 |
gr.HTML("Developed by: Pouria Rouzrokh, Bardia Khosravi, Shahriar Faghani, Kellen Mulford, Michael J. Taunton, Bradley J. Erickson, Cody C. Wyles", elem_classes="subtitle")
|
37 |
-
gr.HTML("Note:
|
38 |
|
39 |
with gr.TabItem("Demo"):
|
40 |
with gr.Row():
|
|
|
34 |
with gr.Blocks(css=css_style) as app:
|
35 |
gr.HTML("3D Rotation of Radiographs with Diffusion Models: A Proof-of-concept Demo", elem_classes="title")
|
36 |
gr.HTML("Developed by: Pouria Rouzrokh, Bardia Khosravi, Shahriar Faghani, Kellen Mulford, Michael J. Taunton, Bradley J. Erickson, Cody C. Wyles", elem_classes="subtitle")
|
37 |
+
gr.HTML("Note: The demo operates on a CPU, and since diffusion models require more computational capacity to function, all predictions are precomputed.", elem_classes="note")
|
38 |
|
39 |
with gr.TabItem("Demo"):
|
40 |
with gr.Row():
|