Pouriarouzrokh commited on
Commit
a4263b2
1 Parent(s): edaf358

Changed the title

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -32,8 +32,8 @@ 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("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"):
 
32
  css_style = "./style.css"
33
  callback = gr.CSVLogger()
34
  with gr.Blocks(css=css_style) as app:
35
+ gr.HTML("RadRotator: 3D Rotation of Radiographs with Diffusion Models", elem_classes="title")
36
+ gr.HTML("Developed by:<br>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"):