Pouriarouzrokh commited on
Commit
f80665b
1 Parent(s): f161c8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ css_style = "./style.css"
35
  callback = gr.CSVLogger()
36
  with gr.Blocks(css=css_style, title="RadRotator") as app:
37
  gr.HTML("RadRotator: 3D Rotation of Radiographs with Diffusion Models", elem_classes="title")
38
- gr.HTML("Developed by:<br>Pouria Rouzrokh, Bardia Khosravi, Shahriar Faghani, Kellen Mulford, Michael J. Taunton, Bradley J. Erickson, Cody C. Wyles<br><a href='https://pouriarouzrokh.github.io/RadRotator'>[Our website]</a>, <a href='#'>[arXiv Paper]</a>", elem_classes="note")
39
  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")
40
 
41
  with gr.TabItem("Demo"):
 
35
  callback = gr.CSVLogger()
36
  with gr.Blocks(css=css_style, title="RadRotator") as app:
37
  gr.HTML("RadRotator: 3D Rotation of Radiographs with Diffusion Models", elem_classes="title")
38
+ gr.HTML("Developed by:<br>Pouria Rouzrokh, Bardia Khosravi, Shahriar Faghani, Kellen Mulford, Michael J. Taunton, Bradley J. Erickson, Cody C. Wyles<br><a href='https://pouriarouzrokh.github.io/RadRotator'>[Our website]</a>, <a href='https://arxiv.org/abs/2404.13000'>[arXiv Paper]</a>", elem_classes="note")
39
  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")
40
 
41
  with gr.TabItem("Demo"):