Spaces:
Sleeping
Sleeping
Commit
·
c768e09
1
Parent(s):
8523150
changed the title
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ def rotate_btn_fn(img_path, xt, yt, zt, add_bone_cmap=False):
|
|
32 |
css_style = "./style.css"
|
33 |
callback = gr.CSVLogger()
|
34 |
with gr.Blocks(css=css_style) as app:
|
35 |
-
gr.HTML("
|
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: This is a proof-of-concept demo running on CPU. All predictions are pre-computed.", elem_classes="note")
|
38 |
|
|
|
32 |
css_style = "./style.css"
|
33 |
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: This is a proof-of-concept demo running on CPU. All predictions are pre-computed.", elem_classes="note")
|
38 |
|