Spaces:
Runtime error
Runtime error
Commit
·
b4318a6
1
Parent(s):
01e170d
added title links
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ css_style = "./style.css"
|
|
33 |
callback = gr.CSVLogger()
|
34 |
with gr.Blocks(css=css_style, title="RadRotator") 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="
|
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"):
|
|
|
33 |
callback = gr.CSVLogger()
|
34 |
with gr.Blocks(css=css_style, title="RadRotator") 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<br><a href='https://pouriarouzrokh.github.io/RadRotator'>[Our website]</a>, <a href='#'>[arXiv Paper]</a>", elem_classes="note")
|
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"):
|