Spaces:
Runtime error
Runtime error
Pouriarouzrokh
commited on
Commit
•
f80665b
1
Parent(s):
f161c8a
Update app.py
Browse files
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='
|
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"):
|